curl --location --request PATCH '/organizations/avatar' \ --header 'Content-Type: application/json' \ --data-raw '{ "organizationId": 0, "avatar": {} }'
{ "id": 0, "avatar": "string" }