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

[
    {
        "id": 1,
        "name": "Nasim",
        "bio": "backend developer",
        "social_links": null,
        "image": null,
        "date": "2024-09-15"
    },
    {
        "id": 2,
        "name": "neaz",
        "bio": "backend",
        "social_links": null,
        "image": null,
        "date": "2024-09-15"
    },
    {
        "id": 3,
        "name": "emplyee 1",
        "bio": "backend developer",
        "social_links": null,
        "image": null,
        "date": "2024-09-22"
    },
    {
        "id": 4,
        "name": "emplyee 2",
        "bio": "backend developer",
        "social_links": null,
        "image": null,
        "date": "2024-09-22"
    }
]