Authorization: Bearer ********************
{
"image": "string"
}
curl --location --request PATCH 'https://api.upbooks.io/api/v1/user//image' \
--header 'ORGANIZATION-ID: 00000' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "string"
}'
{
"data": null,
"message": "string"
}