curl --request POST \
--url 'https://app.explorium.ai/api/bundle/v1/enrich/us-unemployment-rates-by-date' \
--header 'API_KEY: <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '
[{
"us state": "wisconsin",
"datetime": "01-01-2022"
}]'