cURL
curl --request PUT \ --url https://kan.bn/api/v1/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "image": "<string>" }'
{ "name": "<string>", "image": "<string>" }
Updates the currently authenticated user’s profile information
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object