pub async fn storage_set_active_user( db: State<'_, DatabaseWrapper>, user_id: String, _server_id: String, ) -> Result<(), String>
Set a user as active (and deactivate all other users globally)