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-258
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Thu, 28 Mar 2024 13:44:15 GMT
Vary: Accept

{
    "count": 45,
    "next": null,
    "previous": null,
    "results": [
        {
            "source": "direct-sharing-258",
            "name": "The Quantified Heart",
            "usernames": [
                "madprime",
                "beau",
                "jsonin",
                "padams89",
                "gsdcomo",
                "annallull",
                "Einsteinium",
                "gedankenstuecke",
                "ramonimo",
                "taximeow",
                "stephenbrad",
                "LizMorgan",
                "Agaricus",
                "DentalDave",
                "saeglisherre",
                "saw2112",
                "kdgreis",
                "mako",
                "mikazilla",
                "Iain",
                "yeltsinxyz",
                "Valeria",
                "myrthe07",
                "danilo",
                "hubert",
                "Perico429",
                "R_jn",
                "stephthegeek",
                "sifantid",
                "medimikka",
                "matfax",
                "Ivy",
                "Pabs",
                "CatMargFras",
                "acCommesso81",
                "Nadine_Goepfert",
                "HASANICHAVEZ53",
                "KaleyWhite",
                "sarahjeannie",
                "sinhabhi",
                "jeremydobbins2020",
                "comardelle67",
                "Dfrancis",
                "slaface",
                "laura_andzane",
                "bionichuman"
            ]
        }
    ]
}