curl --request POST \
--url https://{host}/frontend/api/v1/user/current/avatar \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"avatar": "<string>",
"crop": {
"left": 123,
"size": 97,
"top": 123
}
}
'