curl --location --request PUT 'https://public.outreach2day.com/campaigns//schedule?workspaceId' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"timezone": "America/Los_Angeles",
"weekdays": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"windows": [
{
"end": "18:00",
"start": "10:00"
}
]
}'{
"id": "string",
"workspaceId": 0,
"name": "string",
"priority": "HIGH",
"status": "draft",
"statusRaw": "string",
"priorityMode": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"property1": "string",
"property2": "string"
}