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