pub async fn save_settings(
    app_settings: State<'_, RwLock<AppSettings>>
) -> Result<(), String>