curl --location --request GET 'https://dev.enrich.so/api/v3/reverse-lookup/phones?email=sarah.chen@stripe.com&linkedin=https://www.example.com/in/sarahchen' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"phones": [
"+14158009370",
"+14158009371"
]
},
"meta": {
"requestId": "665c4d2a7b8e3f00149f0a01",
"creditsUsed": 500,
"creditsRemaining": 24500,
"processingTimeMs": 1340
}
}