[
    {
        "course_id": 1,
        "course_title": "Excel Profissional para Negocios",
        "lesson_id": 1,
        "lesson_title": "Aula texto teste",
        "student_id": 5,
        "student_name": "ed",
        "student_email": "e@gmail.com",
        "body": "Como aplicar esta formula no meu relatorio de vendas?",
        "answer": "Use a formula na coluna de totais e confirme se o intervalo inclui todas as linhas.",
        "answered_by": 1,
        "answered_by_name": "Administrador",
        "answered_at": "2026-05-20T08:17:32+02:00",
        "status": "answered",
        "created_at": "2026-05-20T08:17:32+02:00",
        "updated_at": "2026-05-20T08:17:32+02:00",
        "id": 1
    },
    {
        "course_id": 2,
        "course_title": "Como Vender Online em Mocambique",
        "lesson_id": 2,
        "lesson_title": "Primeira aula gratuita",
        "student_id": 6,
        "student_name": "edilson dionisio",
        "student_email": "1234@gmail.com",
        "body": "fhgfhfgh",
        "answer": "",
        "answered_by": null,
        "answered_by_name": "",
        "answered_at": null,
        "status": "open",
        "created_at": "2026-06-17T16:13:27+02:00",
        "updated_at": "2026-06-17T16:13:27+02:00",
        "id": 2
    }
]