curl --location '' \
--header 'Content-Type: application/json' \
--data-raw '{
"campaignName": "Service Recall – Bentayga 2022",
"callingList": "AutoX_Recall_May2026",
"contacts": [
{
"Businesspartner": "0010000001",
"FirstName": "John",
"LastName": "Smith",
"CompanyName": "",
"Phone1": "+971501234567",
"Phone2": "",
"Phone3": "",
"Phone4": "",
"EmailAddress": "john.smith@example.com",
"PreferredContact": "+971501234567",
"Make": "BEN"
},
{
"Businesspartner": "0020000002",
"FirstName": "",
"LastName": "",
"CompanyName": "Alpha Trading LLC",
"Phone1": "+97142345678",
"Phone2": "",
"Phone3": "",
"Phone4": "",
"EmailAddress": "info@example.com",
"PreferredContact": "+97142345678",
"Make": "BEN"
}
]
}'