pub async fn run( gateway: &str, lock: bool, from_stdin: bool, otp: Option<String>, security_firm: Option<SecurityFirmArg>, acc_ids: Vec<u64>, format: OutputFormat, ) -> Result<()>