Settings API
Endpoints for reading and updating application settings.
Get Application Settings
Returns the current application settings.
GET /settings
Response: 200 OK
Save Settings
Saves application settings.
POST /settings/save
Request Body: A JSON object containing the settings to save.
Response: 200 OK