curl --location --request POST 'api.velosms.com/api/partners/whatsapp-campaigns' \
--header 'apiId: <string>' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"templateId": 0,
"senderId": 0,
"scheduleDate": "2024-12-25 14:00:00",
"timezone": "3.0 is UTC+3",
"timezoneId": "string",
"addToContactListId": 0,
"newContactList": {
"name": "string",
"providerType": "SMS"
},
"contactListIds": [
0
],
"contacts": [
{
"firstName": "John",
"lastName": "Doe",
"url": "https://example.com",
"phoneNumber": "+37412345678",
"email": "example@mail.com"
}
],
"parameters": {
"name": "John",
"date": "Jun 15, 2025"
}
}'