Authorization: Bearer ********************{
"status": 3,
"orderId": "DP00000000000001"
}curl --location --request PATCH 'https://developer-sandbox.dragonpass.com/api/v2/orders' \
--header 'X-Program-ID;' \
--header 'X-Request-ID;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 3,
"orderId": "DP00000000000001"
}'{
"code": 0,
"msg": "The order was cancelled successfully."
}