curl --location --request GET 'https://api.kipflow.io/contacts/v1/emails?cnpj&domain&email_limit' \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": [
{
"full_name": "GABRIEL GALVAO",
"email": "gabriel.galvao@empresa.com.br",
"validation": "ENTREGAVEL",
"seniority": "GERENTE",
"area": "Marketing"
}
],
"datasets": [
"default"
]
}