{
"keyWord": "string",
"cityName": "string",
"cityId": "string",
"checkInTime": "string",
"checkLeaveTime": "string",
"companyId": "string",
"userId": "string"
}curl --location --request POST '/hotelSearch/hotelKeywordsMatch' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyWord": "string",
"cityName": "string",
"cityId": "string",
"checkInTime": "string",
"checkLeaveTime": "string",
"companyId": "string",
"userId": "string"
}'{
"code": 0,
"message": "",
"busCode": 0,
"data": [
{}
]
}