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