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-178
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 21:04:23 GMT
Vary: Accept

{
    "count": 45,
    "next": null,
    "previous": null,
    "results": [
        {
            "source": "direct-sharing-178",
            "name": "QCycle",
            "usernames": [
                "phenylalanine",
                "gedankenstuecke",
                "cotton",
                "saw2112",
                "IonutMurariu",
                "Athina",
                "Mspantherina",
                "azuredominique",
                "JeniferLynnGarrett",
                "bsoule",
                "mlukaczyk",
                "jsuew",
                "kwilst",
                "teresaeg",
                "soundinspace",
                "maggied",
                "weboesel",
                "musecycles",
                "josiegrant",
                "sarablenk",
                "S_IllerDrachman",
                "hagarrett",
                "jyork",
                "YA",
                "mara",
                "aaaabee"
            ]
        }
    ]
}