curl --location -g --request GET 'https://stage-hotels.etm-system.ru/api/hotels/v2/dictionaries/destinations/distinct?id={{destination_id}}' \
--header 'Accept: application/json' \
--header 'Cookie: etmsessid=8Pwz9vY4oXUDj7ojfR5u1VdXsMW6xOVYosNxo08d' \
--header 'Content-Type: application/json'
{
"data": [
{
"id": 74954,
"giata_id": 104431,
"country": {
"id": 470,
"code": "RU",
"code_rus": "РФ",
"name": "Россия",
"citizenship_code": "RUS",
"phone": 7,
"locale": "RU",
"max_phone_length": 12,
"min_phone_length": 10
},
"latitude": "50.92132600",
"longitude": "128.47287000",
"iata": null,
"name": "Белогорск",
"full_name": "Белогорск, Амурская область"
}
],
"meta": {
"hotels": []
}
}