curl --location --request POST 'https://api.masterdru.ru/clients' \
--header 'x-apis-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"login": "79907594944",
"fullName": "Barney",
"contactPhone": "79286551523"
}'{
"code": "APIS-200",
"success": true,
"data": {
"id": "e976a6e0-6b17-40bc-a28c-2ff13f45291f",
"createdAt": "2025-10-06T09:12:26.886Z",
"login": "79302178987",
"fullName": "Dorothy Yundt",
"contactPhone": "79175248463"
}
}