{
"location_group_ids": [
"string"
]
}curl --location 'https://api-public.groundtruth.com/search/location_groups?tenant_id=undefined&account_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"location_group_ids": [
"string"
]
}'{
"items": [
{
"id": "string",
"name": "string",
"description": "string",
"url": "string",
"accepted": 0,
"invalid": 0,
"conflict": 0,
"rejected": 0,
"tag_type": 0,
"build_status": "not_required",
"is_sensitive": false
}
]
}