curl --request PATCH \
--url https://messenger-public-api.cogfy.com/contacts/{contactId} \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"firstName": "<string>",
"lastName": "<string>",
"email": "jsmith@example.com",
"phone": "<string>",
"occupation": "<string>",
"gender": "<string>",
"birthdate": "2023-12-25",
"age": 123,
"notes": "<string>"
}'