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