curl --location --request PATCH 'https://api.rocketlead.com/api/v1/settings/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"defaultTimezone": "string",
"webhookUrl": "string",
"webhookSecret": "string",
"language": "string",
"dateFormat": "string",
"notifyEmail": true,
"notifyWarmupReports": true,
"notifyMarketing": true
}'