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-257
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Sat, 20 Apr 2024 07:07:47 GMT
Vary: Accept

{
    "count": 45,
    "next": null,
    "previous": null,
    "results": [
        {
            "source": "direct-sharing-257",
            "name": "nobism reports for Advocating",
            "usernames": [
                "benc",
                "stephenbrad",
                "nobismRogierKoning",
                "Sara",
                "Pavia",
                "MarjoMontijn",
                "JST",
                "bright",
                "NabilNazir",
                "Scott",
                "Elly98",
                "Sven",
                "zawarski",
                "CatMargFras",
                "Victoria_1",
                "Kaur80"
            ]
        }
    ]
}