pub async fn balance( config: &Config, admin: Option<&str>, project: &str, account: Option<&str>, period: Option<&str>, format: Option<&str>, ) -> Result<(), YukiError>