curl --request POST \
--url https://api.amplemarket.com/people/enrichment-requests \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"leads": [
{
"email": "[email protected]",
"linkedin_url": "<string>",
"company_domain": "<string>",
"company_name": "<string>",
"name": "<string>",
"title": "<string>"
}
],
"reveal_email": true,
"reveal_phone_numbers": true
}
'