Authorization: ********************
curl --location --request POST '/users//avatar' \
--header 'Accept: application/json' \
--header 'Content-Type: multipart/form-data' \
--header 'Authorization;' \
--form 'file=@""'
{
"status": "<string>",
"image": "<string>"
}