curl --request POST \
--url 'https://app.explorium.ai/api/bundle/v1/enrich/consumer-habits-by-location-shopping-and-purchases' \
--header 'API_KEY: <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '
[{
"zip code": "53045"
}]'