curl --request PATCH \
--url https://api.klipycrm.com/api/v1/people/{personId} \
--header 'Content-Type: application/json' \
--header 'X-KLIPY-API-KEY: <api-key>' \
--data '{
"email": "john.doe@example.com",
"linkedin": "in/junghongkim",
"twitter": "johndoe",
"facebook": "johndoe",
"instagram": "johndoe",
"firstName": "John",
"lastName": "Doe",
"title": "Software Engineer",
"phone": "+1234567890",
"personalPhone": "+1987654321",
"whatsapp": "+1234567890",
"remarks": "Met at conference"
}'