async fn get_url_path( page_id: Path<Uuid>, pool: Data<PgPool>, ) -> ControllerResult<String>
GET /api/v0/course-material/pages/:page_id/url-path - returns the page’s URL path.
"chapter-1/page-2"