curl --location --request PATCH 'https://api.amo.delivery/v1/orders/' \
--header 'Authorization: Bearer ...' \
--header 'x-mechant-id: 5e6b6de91575800011da1a3e' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "CANCELED",
"cancellation_type": "establishment",
"cancellation_reason": "Estamos sem ingredientes"
}'
{}