curl --location --request POST '/api/v1/service' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "New service",
"organizationId": 26,
"counterpartyId": null
}
]'{
"done": true,
"created": [
20
]
}