curl --location 'https://api-public.groundtruth.com/reporting/top_sv_locations/campaign/?start_date=undefined&end_date=undefined&location_type=undefined&key=undefined&sw_lat=undefined&sw_lng=undefined&ne_lat=undefined&ne_lng=undefined&blueprint_polygon_info=undefined&limit=undefined&tenant_id=undefined'[
{
"campaign_id": 0,
"campaign_name": "string",
"poi_id": "string",
"company_name": "string",
"address": "string",
"zip": "string",
"city": "string",
"state": "string",
"country": "string",
"dma": 0,
"visits": 0,
"latitude": 0,
"longitude": 0,
"total_sv": 0,
"instore": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
0
]
]
]
]
},
"onlot": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
0
]
]
]
]
}
}
]