Upload Profile Picture
POST
/account/me/avatar
Uploads a profile picture for the authenticated user. The body must be the raw image bytes in the WebP format, cropped and resized by the client.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Request Body
application/octet-stream
Responses
Profile picture successfully updated
application/json
JSON
{
}
