Return an array where each entry is an object with this form:

{ source: "fitbit", name: "Fitbit", usernames: ["beau", "madprime"] }

GET /api/public-data/members-by-source/?format=api&source=direct-sharing-514
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Fri, 19 Apr 2024 13:02:14 GMT
Vary: Accept

{
    "count": 45,
    "next": null,
    "previous": null,
    "results": [
        {
            "source": "direct-sharing-514",
            "name": "Transbiome",
            "usernames": [
                "Julie",
                "Morpheus",
                "azalea",
                "clara_lehenaff",
                "Hela",
                "Aurore",
                "Lison",
                "alwena",
                "Alexandra",
                "Emy_p",
                "Johanne",
                "M_m",
                "Mag2021",
                "Jessie",
                "miss_c",
                "Core_Persephone",
                "Kwadratschaedel",
                "Lau",
                "RoseIDE88",
                "selfawaresoup",
                "KATIUSKA",
                "Bertocchio",
                "Nathasha",
                "Lou",
                "Cecile_du_22",
                "fannyomally",
                "marie34",
                "Gabrielle",
                "Bloboloblob",
                "Vlasta",
                "Sophiel",
                "jessie0o0"
            ]
        }
    ]
}