cURL
curl --request POST \ --url {schemes}://api.upsun.com/profile/{uuid}/picture \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "url": "<string>" }
The uuid of the user
The image file to upload.
The new picture url.
The relative url of the picture.