Update avatar
POST/user/avatar
Eventhough the endpoint type is post, but you can use it for update the avatar.
Responses
- 200
- 400
OK.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
Example:
Success.{
"success": true,
"message": "Success."
}
Bad request.