pub async fn run_api_tests( server_url: String, api_key: Option<String>, concurrent: Option<usize>, report_path: Option<String>, verbose: bool, ) -> Result<()>
Run API tests with the given configuration