pub async fn run_company_operational_efficiency( gateway: &str, symbol: &str, next_key: Option<&str>, num: Option<i32>, currency_code: Option<&str>, financial_type: Option<i32>, format: OutputFormat, ) -> Result<()>