curl --location --request GET 'https://hudson-dev.localhome.cn/openapi/hotel/order' \
--header 'Authorization: {{authorization}}' \
--header 'Timestamp: {{timestamp}}' \
--header 'PartnerId: 1758852059833961'{
"success": false,
"code": "",
"message": "",
"data": {
"channelOrderId": "",
"orderId": 0,
"orderStatus": "",
"orderMessage": "",
"totalPriceAndTax": 0,
"confirmId": "",
"roomConfirmIds": [
""
]
}
}