pub async fn run_active_swagger_scan<T>(
scan_try: Result<ActiveScan<T>, &'static str>,
verbosity: u8,
output_file: Option<String>,
auth: Authorization,
scan_type: ActiveScanType,
json: bool,
_servers: Option<Vec<Server>>,
) -> Result<i8, &'static str>