curl --location 'https://dev.enrich.so/api/v3/reverse-lookup/phones?email=sarah.chen%40stripe.com&linkedin=https%3A%2F%2Fwww.example.com%2Fin%2Fsarahchen' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"phones": [
"+14158009370",
"+14158009371"
]
},
"meta": {
"requestId": "665c4d2a7b8e3f00149f0a01",
"creditsUsed": 500,
"creditsRemaining": 24500,
"processingTimeMs": 1340
}
}