GET /hub/projects/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "title": "project 1",
        "description": "project 1",
        "date": "2024-09-15",
        "issue_problem": "project 1",
        "outcomes_solution": "project 1",
        "solving_process": "project 1",
        "image": null
    },
    {
        "id": 2,
        "title": "project 2",
        "description": "project 2",
        "date": "2024-09-15",
        "issue_problem": "project 2",
        "outcomes_solution": "project 2",
        "solving_process": "project 2",
        "image": null
    },
    {
        "id": 4,
        "title": "project 3",
        "description": "project 3",
        "date": "2024-09-23",
        "issue_problem": "project 3",
        "outcomes_solution": "project 3",
        "solving_process": "project 3",
        "image": null
    }
]