GET /parcours/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "nom": "Licences",
        "createdAt": "2021-08-05T11:10:55.621460Z",
        "updatedAt": "2021-08-05T11:10:55.621484Z"
    },
    {
        "id": 2,
        "nom": "Mastères",
        "createdAt": "2021-08-05T11:11:02.056558Z",
        "updatedAt": "2021-08-05T11:11:02.056600Z"
    }
]