curl --request POST \
--url https://api.openfunnel.dev/api/v1/account/get-account-list \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <x-api-key>' \
--header 'X-User-ID: <x-user-id>' \
--data '
{
"filters": {
"is_imported": true,
"is_present_in_crm": true,
"min_employee_count": 1,
"max_employee_count": 1,
"funding_stages": [
"<string>"
],
"hq_country_codes": [
"<string>"
],
"include_audience_ids": [
123
]
}
}
'