curl --location '/public/leads' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"filters": {
"jobTitle": [
"CEO",
"Founder"
],
"countryName": [
"United States"
],
"companyName": [
"string"
],
"industryNaicsDescription": [
"Software"
],
"jobLevel": [
"C-Team",
"Director"
],
"jobFunction": [
"string"
],
"employeeCountMin": 10,
"employeeCountMax": 500,
"revenueBuckets": [
"$1M-$10M"
],
"locationCity": [
"string"
],
"locationState": [
"string"
],
"domain": [
"string"
],
"skills": [
"string"
]
},
"page": 1,
"limit": 25
}'