curl --request POST \
--url 'https://app.explorium.ai/api/bundle/v1/enrich/phone-validation' \
--header 'API_KEY: <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '
[{
"phone number": "19123988592"
}]'
curl --request POST \
--url 'https://app.explorium.ai/api/bundle/v1/enrich/phone-validation' \
--header 'API_KEY: <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '
[{
"phone number": "19123988592"
}]'