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