curl --location --request PATCH '/api/v1/conversations/contacts/' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "email": "string", "company": "string", "timezone": "string", "notes": "string" }'