def update(hubspot_id, properties)
        response = self.class.patch("#{BASE_PATH}/#{hubspot_id}",
                                    body: { properties: properties }.to_json,
                                    headers: headers)