Split User and Sytem settings
Split the /settings route in two, differentiating what is user-set and what are simply environment variables /settings from the system:
- POST, GET /user/me/settings
- POST, GET /settings
Split the /settings route in two, differentiating what is user-set and what are simply environment variables /settings from the system: