pub async fn seed_course_without_submissions(
    db_pool: &Pool<Postgres>,
    org: Uuid,
    course_id: Uuid,
    course_name: &str,
    course_slug: &str,
    admin: Uuid,
    student: Uuid,
    base_url: String,
    jwt_key: Arc<JwtKey>
) -> Result<Uuid>