curl --request POST \
--url https://app.fullenrich.com/api/v1/contact/reverse/email/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"data": [
{
"email": "<string>"
}
],
"webhook_url": "<string>"
}
'