curl --location --request POST 'https://api-public.groundtruth.com/jobs/location_filter_bulk_upload//confirm?tenant_id&adgroup_id'{
"items": [
{
"type": "City",
"exclude": false,
"city": "string",
"state": "string",
"zip_code": "string",
"county": "string",
"dma": "string",
"lat": -90,
"lng": -180,
"address": "string",
"radius": 0.1,
"display_name": "string"
}
]
}