curl --location --request POST 'https://api-35.elogii.com/customers/createMany' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"reference": "pharmaceutical",
"name": "Healthy Habits",
"contactName": "HealthyH",
"contactPhone": "071234567",
"contactEmail": "healthy@gmail.com"
},
{
"reference": "hotel",
"name": "Mama'\''s foods",
"contactName": "MamaF",
"contactPhone": "071234567",
"contactEmail": "mamaf@gmail.com"
}
]
}'{
"result": 2,
"errors": [],
"ids": [
"690245f36257ccb85f84ce7f",
"690245f36257ccb85f84ce7e"
]
}