curl --location --request PATCH 'https://api.rocketlead.com/api/v1/conversations/contacts/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string",
"company": "string",
"timezone": "string",
"notes": "string"
}'