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-159
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Thu, 18 Apr 2024 09:21:51 GMT
Vary: Accept

{
    "count": 45,
    "next": null,
    "previous": null,
    "results": [
        {
            "source": "direct-sharing-159",
            "name": "GitHub Data Import",
            "usernames": [
                "madprime",
                "rory_rocket",
                "gerwitz",
                "ehershey",
                "wolfgang8741",
                "afrendeiro",
                "ArloJamesBarnes",
                "gedankenstuecke",
                "benc",
                "agoramachina",
                "grantmeadors",
                "MxRemy",
                "stephenbrad",
                "jsalvi",
                "miqrom",
                "ivanshim",
                "arvkevi",
                "mcescalante",
                "Manaswini",
                "Crewest",
                "Zii",
                "vanntile",
                "carolinux",
                "Asutosh",
                "VijayTadimeti",
                "cleder",
                "Elly98",
                "zergs",
                "svemagie",
                "Noinden",
                "stephthegeek",
                "Razalgulq3",
                "hjemmel",
                "NikhilVats",
                "mavaddat",
                "NICKFNBLUM",
                "tadimetv",
                "erb",
                "tadimetv945",
                "jimzim",
                "00waves",
                "matfax",
                "weiququ",
                "thefedoration",
                "ldorigo",
                "npkk75",
                "PovG",
                "EnricGTorrents",
                "yala",
                "eren42",
                "Kimber533",
                "KaleyWhite",
                "Whoisdsmith",
                "googlier",
                "Haleyd2232",
                "galshefi",
                "Heidi82",
                "comardelle67",
                "ValenciagaCouture",
                "ottawaitsupport",
                "nhism",
                "WinyleOnline",
                "shawon43",
                "alekshar",
                "Gangstagoddess"
            ]
        }
    ]
}