[
    {
        "course_id": 1,
        "section_id": 1,
        "title": "Aula texto teste",
        "description": "Aula sem ficheiro",
        "type": "text",
        "video_path": "",
        "pdf_path": "",
        "original_file_name": "",
        "mime_type": "",
        "text_content": "Conteudo textual da aula",
        "duration_seconds": 120,
        "is_preview": false,
        "position": 1,
        "status": "published",
        "created_at": "2026-05-19T10:12:33+02:00",
        "updated_at": "2026-05-19T10:12:33+02:00",
        "id": 1
    },
    {
        "course_id": 2,
        "section_id": 2,
        "title": "Primeira aula gratuita",
        "description": "Aula introdutoria",
        "type": "text",
        "video_path": "",
        "pdf_path": "",
        "original_file_name": "",
        "mime_type": "",
        "text_content": "Bem-vindo ao curso gratuito.",
        "duration_seconds": 180,
        "is_preview": true,
        "position": 1,
        "status": "published",
        "created_at": "2026-05-19T10:24:43+02:00",
        "updated_at": "2026-05-19T10:24:43+02:00",
        "id": 2
    }
]