pub async fn get_user( __arg0: State<AppState>, __arg1: Extension<CurrentUser>, ) -> Result<Json<FullUser>>