User Profile Update
Fire this api to update user profile.
api/profileupdate
POST
https://yourdomain.com/api/profileupdate
This api endpoint for to update user profile information
Query Parameters
Name
Type
Description
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Name
Type
Description
Authorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
Request Body
Name
Type
Description
name
string
enter username
new_password
string
enter new password
image
string
enter user image
dob
date
enter user's date of birth
mobile
string
enter user's mobile number
Last updated