curl --location --request GET '/api/public/couriers' \
--header 'Identifier: {{identifier}}' \
--header 'Application-key: {{token}}'{
"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"
}
]
}