pub async fn account_manage_view(
__arg0: Query<AccountManageViewQuery>,
__arg1: State<Arc<AppState>>,
__arg2: Extension<JWTAuthMiddleware>,
) -> Result<impl IntoResponse, (StatusCode, String)>pub async fn account_manage_view(
__arg0: Query<AccountManageViewQuery>,
__arg1: State<Arc<AppState>>,
__arg2: Extension<JWTAuthMiddleware>,
) -> Result<impl IntoResponse, (StatusCode, String)>