pub async fn query_task( __arg0: Extension<AuthUser>, __arg1: State<InfraPool>, __arg2: Path<Uuid>, ) -> Result<Json<TaskQueryResp>, ApiError>