curl --location --request POST 'https://public.outreach2day.com/campaigns?workspaceId' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"priority": "MEDIUM",
"priorityMode": "string",
"property1": "string",
"property2": "string"
}'{
"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"
}