curl --location 'https://crm.private-crm.ru/api/public/couriers' \
--header 'Identifier: demo' \
--header 'Application-key: tokenkey'{
"items": [
{
"id": 1,
"name": "Курьер 1",
"phone": "+7 999 123-45-67"
},
{
"id": 2,
"name": "Курьер 2",
"phone": "+7 999 123-45-78"
},
{
"id": 3,
"name": "Курьер 3",
"phone": "+7 999 123-45-90"
}
]
}