curl --request POST \
--url https://api.blockaid.io/v0/enrichment/report \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"report": {
"addresses": [
{
"chain": "<string>",
"address": "<string>"
}
]
},
"metadata": {
"account": {
"account_id": "<string>",
"account_creation_timestamp": "<string>",
"user_age": 123,
"user_country_code": "<string>"
}
}
}
'