curl -X POST https://anyenrich.com/v1/enrich/company \
--header 'Authorization: Bearer sk_landing_demo' \
--header 'Content-Type: application/json' \
--data '{
"website": "lavareach.com",
"firmographic": true,
"query": "What does the company sell?"
}'