curl --location --request POST 'http://localhost:9002/api/ndc/v1/cancel' \
--header 'appKey: <api-key>' \
--header 'appSecret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"platFormOrderId": "AF19987663562124",
"recordNo": "AEDFAC"
}'{
"status": 0,
"msg": "string"
}