{
    "success": true,
    "message": "Success",
    "data": {
        "message": "API Portal do Aluno - Colégio Dominus Vivendi",
        "version": "1.0.0",
        "endpoints": [
            "POST \/auth\/login",
            "POST \/auth\/logout",
            "GET \/auth\/me",
            "GET \/students",
            "GET \/students\/{id}",
            "GET \/schedule\/student\/{id}",
            "GET \/diary\/student\/{id}",
            "GET \/grades\/student\/{id}",
            "GET \/bulletin\/student\/{id}",
            "GET \/finance\/student\/{id}",
            "GET \/finance\/student\/{id}\/boleto\/{idLancamento}",
            "GET \/messages\/student\/{id}",
            "POST \/messages",
            "PATCH \/messages\/{id}\/read",
            "GET \/notifications\/student\/{id}",
            "PATCH \/notifications\/{id}\/read",
            "GET \/useful-links"
        ]
    }
}