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