curl --request PUT \
--url http://localhost:3000/api/v1/user/settings \
--header 'Content-Type: application/json' \
--cookie nut-session= \
--data '
{
"theme": "light",
"editorFontSize": 123,
"terminalFontSize": 123,
"autoSave": true,
"notifications": {
"enabled": true,
"sound": true
}
}
'