curl --request POST \
--url 'https://app.explorium.ai/api/bundle/v1/enrich/israel-unemployment-by-city' \
--header 'API_KEY: <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '
[{
"city": "brookfield"
}]'
curl --request POST \
--url 'https://app.explorium.ai/api/bundle/v1/enrich/israel-unemployment-by-city' \
--header 'API_KEY: <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '
[{
"city": "brookfield"
}]'