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