curl --request POST \
--url https://api.zo.computer/personas/upload-image \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"url": "<string>"
}Upload an image for a persona avatar.
curl --request POST \
--url https://api.zo.computer/personas/upload-image \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"url": "<string>"
}