curl --location 'https://rates-api.globalbedbank.com/api/v1/hotels?country_code=undefined&city_name=undefined&offset=undefined&limit=undefined' \
--header 'Authorization: <api-key>'{
"country_code": "string",
"city_name": "string",
"hotels": [
{
"hotel_id": "string",
"name": "string",
"city": "string",
"country_code": "string",
"address": "string",
"rating": 0,
"main_photo": ""
}
],
"total": 0,
"offset": 0,
"limit": 0
}