curl --location --request GET 'https://public.outreach2day.com/campaigns/webhooks/events?workspaceId&eventType&campaignId&limit&cursor' \
--header 'authorization;'{
"items": [
{
"id": 0,
"event_id": "string",
"workspace_id": 0,
"type": "string",
"occurred_at": "2019-08-24T14:15:22.123Z",
"campaign_id": "string",
"contact_email": "string",
"reply_intent": "string",
"contact_outcome": "string",
"confidence": 0,
"payload": {},
"created_at": "2019-08-24T14:15:22.123Z",
"property1": "string",
"property2": "string"
}
],
"next_cursor": "string",
"property1": "string",
"property2": "string"
}