curl --location --request POST 'https://api.plusvibe.ai/api/v1/campaign/set/schedules' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"campaign_id": "66b447598f6dd99f7f7b5c0a",
"workspace_id": "65f3c92d3dbe5dbb35374a9a",
"start_date": "2024-01-01",
"end_date": "2019-08-24",
"schedules": [
{
"days": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true
},
"timezone": "Asia/Hong_Kong",
"timing": {
"from": "09:00",
"to": "18:00"
}
}
]
}'
{
"status": "success"
}