curl --location --request PUT 'https://api.amo.delivery/establishments//orders//status' \
--header 'client-type;' \
--header 'api-version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "canceled",
"cancellation_type": "establishment",
"cancellation_reason": "Sem ingredientes"
}'
{}