pub async fn create_glossary_course(
    course_id: Uuid,
    common_course_data: CommonCourseData
) -> Result<Uuid>