curl --request POST \
--url 'https://app.explorium.ai/api/bundle/v1/enrich/search-engine-results-on-companies' \
--header 'API_KEY: <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '
[{
"company": "best version media"
}]'