curl -X POST "https://api.trusset.org/customers/api/identity/batch-verify" \
-H "Content-Type: application/json" \
-H "X-API-Key: trusset_abc123xy_secret..." \
-d '{
"entries": [
{ "walletAddress": "0xAbC123...", "country": "DE", "investorType": "PROFESSIONAL" },
{ "walletAddress": "0xDef456...", "country": "FR", "investorType": "RETAIL" }
]
}'