curl --location --globoff --request PATCH 'https://.coneix.com//Coneix2/api/v1/people/14101/phone-numbers/+3411111111' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": 1 // 1: Particular, 2: Professional
}'{
"status": "success",
"message": "Phone number added successfully",
"data": [
{
"number": "xxxxxxxx",
"type": 2,
"type_name": "Particular"
},
{
"number": "yyyyyyyy",
"type": 1,
"type_name": "Profesional"
}
]
}