pub async fn create_glossary(
configuration: &Configuration,
name: &str,
source_lang: GlossarySourceLanguage,
target_lang: GlossaryTargetLanguage,
entries: &str,
entries_format: &str,
) -> Result<Glossary, Error<CreateGlossaryError>>