Skip to main content
POST
Error

Body

application/json
token
string
required

JWT Access Token of the user.

Example:

"eyJ..."

name
string
required
Example:

"Updated Full Name"

image
string | null
Example:

"http://example.com/new_image.jpg"

Response

User basic info updated successfully.

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"