{
"hotelId": "string",
"checkInDate": "string",
"checkOutDate": "string",
"roomNum": 0,
"totalPrice": "string",
"roomFee": "string",
"serviceFee": "string",
"rpId": "string",
"adultCount": 0,
"userId": 0,
"city": "string"
}curl --location --request POST '/api/hotel/callCenter/hotelCheckBooking' \
--header 'Content-Type: application/json' \
--data-raw '{
"hotelId": "string",
"checkInDate": "string",
"checkOutDate": "string",
"roomNum": 0,
"totalPrice": "string",
"roomFee": "string",
"serviceFee": "string",
"rpId": "string",
"adultCount": 0,
"userId": 0,
"city": "string"
}'{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": {
"ratePlanId": "",
"referenceNo": "",
"code": "",
"desc": ""
}
}