pub async fn admin(
__arg0: Extension<JWTAuthMiddleware>,
req: Request<Body>,
next: Next,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>pub async fn admin(
__arg0: Extension<JWTAuthMiddleware>,
req: Request<Body>,
next: Next,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>