{
"search_text": "string",
"limit": 50
}curl --location 'https://api-public.groundtruth.com/search/location_groups/location_filters?tenant_id=undefined&account_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"search_text": "string",
"limit": 50
}'{
"cities": [
{
"id": "string",
"name": "string",
"state_id": 0,
"state_code": "string",
"state_name": "string",
"country_code": "US",
"country_name": "string"
}
],
"states": [
{
"id": "string",
"name": "string",
"state_code": "string",
"country_code": "US",
"country_name": "string"
}
],
"zipcodes": [
{
"id": "string",
"name": "string",
"country_code": "US"
}
],
"dmas": [
{
"id": "string",
"name": "string"
}
]
}