curl -L \
--request POST \
--url 'https://beta.magento.pixiedia.com/V2/cancelorder' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"orderId": 10,
"reasonId": "1",
"comment": "comment New Cancel Order"
}'