curl --location 'https://api-public.groundtruth.com/reporting/dooh/v1/campaign/?start_date=undefined&end_date=undefined&cursor=undefined&page_size=undefined&limit=undefined&tenant_id=undefined&dimensions=undefined'{
"request_id": "string",
"summary": {
"impressions": 0,
"spend": 0,
"plays": 0,
"visits": 0,
"reach": 0,
"projected_reach": 0
},
"results": [
{
"dimensions": {
"property1": "string",
"property2": "string"
},
"metrics": {
"impressions": 0,
"spend": 0,
"plays": 0,
"visits": 0,
"reach": 0,
"projected_reach": 0
}
}
],
"pagination": {
"next_cursor": "string"
}
}