A valid request URL is required to generate request examples
{ "status": "success", "message": "Operation completed successfully" }
Updates the full name and/or image of the authenticated mobile app user. The user’s token is passed in the body.
JWT Access Token of the user.
"eyJ..."
"Updated Full Name"
"http://example.com/new_image.jpg"
User basic info updated successfully.
"success"
"Operation completed successfully"