curl --request POST \
--url https://api.generect.com/api/linkedin/companies/by_icp/get_count/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"get_max_companies": true,
"headcounts": [
"1-10"
],
"industries": [
"Media Production"
],
"locations": [
"Ontario, Canada"
],
"num_of_followers": [
"1-50"
],
"revenues_range": {
"max": 5,
"min": 1
}
}'