curl --request POST \
--url https://prod01-apigw.{customer_name}.fabric.zone/api-order/orders/user/cancel \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-site-context: <x-site-context>' \
--data '{
"cancellationCode": "2001",
"cancellationMessage": "Customer not interested"
}'