Rust implementation of go-whatsapp
// Example usage:
fn main() {
let mut template = Template::new("example_template".to_string(), LanguageCode::English);
template.add_header("Daniel");
template.add_body("Daniel");
template.add_body("3243");
template.add_body("30");
}