curl --location --request GET 'https://public.outreach2day.com/campaigns//contacts?workspaceId' \
--header 'authorization;'[
{
"id": "string",
"campaignId": "string",
"email": "string",
"name": "string",
"customJson": null,
"status": "pending",
"statusRaw": "string",
"lastStepOrder": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"property1": "string",
"property2": "string"
}
]