Queue a CSV export of companies matching the filter.
Security
bearerAuth
POST
curl -i -X POST \
https://leadgen.grinfi.io/leads/api/file-exports/companies \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"filter": {
"all": true
}
}'