curl --location -g --request GET 'https://stage-hotels.etm-system.ru/api/hotels/v2/transfer/group' \
--header 'Accept: application/json' \
--header 'Cookie: etmsessid=8Pwz9vY4oXUDj7ojfR5u1VdXsMW6xOVYosNxo08d' \
--header 'Content-Type: application/json'{
"data": [
{
"id": 1,
"name": "Group"
},
{
"id": 2,
"name": "Individual"
},
{
"id": 7,
"name": "MAI Transfer"
},
{
"id": 21,
"name": "Prime Excellent"
},
{
"id": 23,
"name": "Eco individual"
}
],
"meta": {
"total": 5,
"count": 5,
"per_page": 15,
"total_pages": 1
}
}