curl --location --request POST 'https://api.masterdru.ru/services' \
--header 'x-apis-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Доставка еды",
"type": "A"
}'{
"code": "APIS-200",
"success": true,
"data": {
"id": "ee6e07ef-e098-4fb8-aa72-2d3031bf3122",
"createdAt": "2025-10-06T11:47:20.802Z",
"active": true,
"archive": false,
"name": "Подвоз топлива",
"type": "A"
}
}