cURL
curl --request PUT \ --url https://api.reqlick.com/users/picture \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data'
{ "error": true, "url": "<string>" }
Update a user picture for the authenticated workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully updated user's profile picture
The response is of type object.
object