curl --location --request POST 'http://localhost:9002/api/ndc/notify' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "85e70b2b-f6a8-d6bd-601a-5a6a45528cff",
"notifyType": 1,
"platFormOrderId": "OTA20241225001",
"recordNo": "RECSS4",
"content": {
"type": "ticketSuccess",
"notifyTime": "2019-08-24T14:15:22Z",
"testTicketSuccessNotifyContent": "string"
}
}'{
"status": 0,
"msg": "string"
}