curl --location --request PATCH 'https://apigw.klinkcx.com/api/v1/contacts/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "FrankMcCallister",
"email": [],
"phone": [
{
"phone": "1-800-759-3000",
"isPrimary": true
}
]
}'{
"status": "success",
"message": "updating contact",
"data": null
}