curl --location 'https://rates-api.globalbedbank.com/api/v1/hotel-min-rates' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"hotel_ids": [
"string"
],
"check_in": "2019-08-24",
"check_out": "2019-08-24",
"occupancies": [
{
"adults": 1,
"children": [
0
]
}
],
"guests": 1,
"currency": "AED",
"guest_nationality": "st"
}'{
"check_in": "string",
"check_out": "string",
"currency": "string",
"rates": [
{
"hotel_id": "string",
"price": 0,
"offer_id": "string"
}
],
"total": 0
}