curl --location --request POST 'api.velosms.com/api/partners/campaigns/cascading' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"scheduleDate": "2019-08-24T14:15:22Z",
"timezone": 0.1,
"timezoneId": "string",
"contactListIds": [
0
],
"campaignContacts": [
{
"firstName": "",
"lastName": "",
"url": "",
"phoneNumber": "",
"email": ""
}
],
"campaigns": [
{
"communicationType": "",
"providerType": "",
"message": "",
"senderId": "",
"openSenderTitle": "",
"ratePlanId": 0,
"templateId": "",
"cascadingPriorityLevel": 0
}
]
}'