curl --location --request POST 'https://public.outreach2day.com/campaigns/suppressions?workspaceId' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"emails": [
"string"
],
"groupId": "string",
"reason": "manual",
"source": "public_api",
"suppressedAt": "2019-08-24T14:15:22.123Z",
"property1": "string",
"property2": "string"
}'{
"upserted": 0,
"items": [
{
"id": 0,
"workspace_id": 0,
"group_id": "string",
"email": "string",
"reason": "string",
"source": "string",
"suppressed_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"property1": "string",
"property2": "string"
}
],
"property1": "string",
"property2": "string"
}