Update user settings
Update the current user's settings. Only provided fields will be updated. The system supports finding users by ID, email, or phone number from the authentication token.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
appearance
language
notifications
app_sounds
sound_volume
biometric_enable
Response
Settings updated successfully
success
message
data
Errors
400
Bad Request Error
401
Unauthorized Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error
503
Service Unavailable Error
