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