Update user
Update current user data.
PUT
/
user
Authorization
Authorization
RequiredBearer <token>
Auth Token from Login API
In: header
Request Body
application/json
Optionalname
string
Name of the user.
photo
string
Photo of the user.
verified
boolean
User is verified or not.
Success