curl --request POST \
--url 'https://app.explorium.ai/api/bundle/v1/enrich/real-estate-essential-data' \
--header 'API_KEY: <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '
[{
"address": "19355 janacek court, brookfield, wisconsin 53045, united states"
}]'