pub async fn seed_cs_course_material( db_pool: &Pool<Postgres>, org: Uuid, teacher_user_id: Uuid, langs_user_id: Uuid, base_url: String, ) -> Result<Uuid>