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-354
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 06:34:26 GMT
Vary: Accept

{
    "count": 45,
    "next": null,
    "previous": null,
    "results": [
        {
            "source": "direct-sharing-354",
            "name": "File Uploader",
            "usernames": [
                "madprime",
                "beau",
                "jasonbobe",
                "rory_rocket",
                "sprague",
                "gedankenstuecke",
                "ramonimo",
                "benc",
                "agoramachina",
                "orhear",
                "taximeow",
                "openhumans12345",
                "stephenbrad",
                "Agaricus",
                "miqrom",
                "saw2112",
                "kelleymic",
                "kaylea",
                "Crewest",
                "zergs",
                "Leo",
                "c3n47ur",
                "pallmallking",
                "cde",
                "Zuckerfisch",
                "kevinlhoste",
                "kateimatson",
                "npkk75",
                "vytenisd",
                "pmartin1760",
                "jorsh",
                "Nzo",
                "ya_russkii",
                "KunLee",
                "disclaimer",
                "D1RKS1DE",
                "Traitwelltest",
                "Lazylizzard",
                "glebbabii",
                "HASANICHAVEZ53",
                "zinke",
                "KaleyWhite",
                "LoquaciousLo",
                "jessie0o0",
                "Sergest",
                "JJ",
                "Whoisdsmith",
                "Orlando",
                "trilobutt",
                "zach",
                "ownevtof",
                "Meah",
                "bingsport",
                "htwitchell",
                "kirbyhaines",
                "jpalermo23",
                "Juska",
                "amlz",
                "jswetzen",
                "comardelle67",
                "josueresende",
                "hughpearse",
                "solvaram",
                "Mclar385",
                "pawprint",
                "Nsnyder",
                "rayOfSunshineXD",
                "drucejames",
                "robertburton01200",
                "Patria515",
                "supersonictumbleweed",
                "dialkevi",
                "Stephfloyd1",
                "silverentei",
                "hpprinterservicecentersharjah",
                "laura_andzane",
                "x2shorts",
                "moevski",
                "theoptionexplicit",
                "PrincessT",
                "MrForrest105"
            ]
        }
    ]
}