curl --location --globoff 'https://.coneix.com//Coneix2/api/v1/people/14101/emails' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "proposta@coneix.com",
"type": "3", // 1: Professional, 2: Personal, 3: Custom,
"custom_name": "Custom name",
"main": false
}'{
"status": "error",
"error": "Token invalid"
}