curl --location 'https://hudson-dev.localhome.cn/openapi/hotel/order' \
--header 'Authorization: {{authorization}}' \
--header 'Timestamp: {{timestamp}}' \
--header 'PartnerId: 1758852059833961'{
"success": true,
"code": "SUCCESS",
"message": "EnumErrorCode.SUCCESS.getDesc()",
"data": {
"channelOrderId": "123456",
"orderId": 1296369727399878700,
"orderStatus": "SUCCESS",
"orderMessage": "Booking successful.",
"totalPriceAndTax": 1000,
"confirmId": "A123456",
"roomConfirmIds": [
"string"
]
}
}