Client object plus optional ClientDetail and le_custom_data_client). Clients are created in order and the response returns one result entry per element. Requires the Add New Client permission.curl --location --globoff 'https://.daftra.com/api2/clients/add_bulk' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[{"Client": {"business_name": "Acme LLC", "type": 3, "email": "billing@acme.test"}}, {"Client": {"business_name": "Jane Doe", "type": 2}}]'[
{
"result": "successful",
"code": 202,
"id": 901,
"client_number": "0000901",
"message": "string"
}
]