curl --location --request GET 'https://public.outreach2day.com/campaigns/suppressions?workspaceId&groupId&email&reason&limit&cursor' \
--header 'authorization;'{
"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"
}
],
"next_cursor": "string",
"property1": "string",
"property2": "string"
}