curl --location --request POST '/api/v1/campaigns/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"accountIds": [
"string"
],
"leadListIds": [
"string"
],
"scheduleConfig": {
"timezone": "string",
"startTime": "string",
"endTime": "string",
"workingDays": [
0
],
"minDelayMs": 0,
"maxDelayMs": 0
},
"stopOnReply": true
}'