{
"checkin": "string",
"checkout": "string",
"room_count": 0,
"adult_count": 0,
"child_count": 0,
"child_ages": [
0
],
"city_name": "string",
"hotel_name": "string"
}curl --location --request POST 'https://fourseasons-test.e.verystar.net/api/v1/hotel/list' \
--header 'Authorization-AppKey: d79c29e74c9166b82a4538dc15c665f8' \
--header 'Authorization-Sign: 111' \
--header 'Authorization-Token: fake_001' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkin": "string",
"checkout": "string",
"room_count": 0,
"adult_count": 0,
"child_count": 0,
"child_ages": [
0
],
"city_name": "string",
"hotel_name": "string"
}'{
"total": 0,
"hotels": [
{
"hotel_id": "string",
"name": "string",
"address": "string",
"image": "string",
"lowest_amount": 0,
"currency": "string",
"is_book": true
}
]
}