curl --location --request PATCH '/contacts/6118' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Uriel",
"lastName": "Lakin",
"position": "National Security Orchestrator",
"email": "Mercedes_Konopelski@hotmail.com",
"telephones": [
{
"type": "Landline",
"number": "123456789456"
},
{
"type": "Landline",
"number": "123456789456"
},
{
"type": "Landline",
"number": "123456789456"
}
],
"communicationPreference": {
"phone": false,
"email": false,
"sms": true
}
}'