curl --request PATCH \
--url https://macrobymark.com/api/account/preferences \
--header 'Content-Type: application/json' \
--cookie next-auth.session-token= \
--data '
{
"dashboards": {},
"watchlistAlertPrefs": {},
"watchlistAlertDelivery": {},
"indicatorLibrary": {},
"chartPrefs": {}
}
'