async fn get_page(
    page_id: Path<Uuid>,
    pool: Data<PgPool>,
    user: AuthUser
) -> ControllerResult<Json<ContentManagementPage>>
Expand description

GET /api/v0/cms/pages/:page_id - Get a page with exercises and exercise tasks by id.

Request: GET /api/v0/cms/pages/40ca9bcf-8eaa-41ba-940e-0fd5dd0c3c02