curl --location -g --request POST 'https://stage-hotels.etm-system.ru/api/hotels/v2/requests' \
--header 'Accept: application/json' \
--header 'Cookie: etmsessid=8Pwz9vY4oXUDj7ojfR5u1VdXsMW6xOVYosNxo08d' \
--header 'Content-Type: text/plain' \
--data-raw '{
"checkin_date": "{{checkin_date}}",
"checkout_date": "{{checkout_date}}",
"destination_id": {{destination_PaximumGL}},
"one_order_id": 0,
"poi_latitude": "25.26835300",
"poi_longitude": "55.29619600",
"poi_name": "{{poi_name_PaximumGL}}",
"providers": [
// 879 Островок
1718 // PaximumGL
],
"radius": 50000,
"residency": "RU",
"rooms": [{"adult_qty": 1, "children": []}],
"source_id": null,
"target_uid": null,
"transfer_group_id": null,
"travel_policy_id": 0,
"travellers": []
}'