curl --location --request POST 'https://dev.enrich.so/api/v3/lead-finder/unlock-names' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"leads": [
{
"id": "string"
}
]
}'{
"success": true,
"data": {
"results": [
{
"id": "enc_abc123def456",
"lastName": "Chen"
},
{
"id": "enc_xyz789ghi012",
"lastName": "Johnson"
}
]
},
"meta": {
"requestId": "req_664f2b3c9a1e4d0012abcdf4",
"creditsUsed": 2
}
}