Authorization: ********************curl --location --request PATCH 'http://localhost:6567/api/v1/api/v1/me/preferences' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"darkModeEnabled": true,
"preferredLocale": "string"
}'{
"theme": "dark",
"emailNotifications": true,
"language": "en"
}