curl --request POST \
--url https://app.huckleinsights.com/api/audiences/estimate \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"state": "OH",
"limit": 100,
"skip": 7899,
"filters": [
[
"GENDER",
[
"F",
"M"
]
],
[
"MARRIEDCD",
[
"M",
"S"
]
],
[
"AGE",
[
"20-24",
"25-29",
"45-49"
]
]
]
}
'