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

{
    "count": 45,
    "next": null,
    "previous": null,
    "results": [
        {
            "source": "direct-sharing-149",
            "name": "RescueTime connection",
            "usernames": [
                "gedankenstuecke",
                "stephenbrad",
                "thefedoration",
                "amilcar",
                "Oluwande",
                "svemagie",
                "calkibet",
                "alexbfree",
                "cubicgarden",
                "nithou",
                "miciahmae",
                "stephthegeek",
                "beau",
                "Fortin",
                "gsdcomo",
                "cascrogg",
                "justinlawler",
                "carlremi",
                "douglasgoodwin",
                "sprague",
                "johnthomaskennedy",
                "kasan",
                "OGolly",
                "saw2112",
                "Ascendant",
                "dhanushram",
                "ouzor",
                "nikolay",
                "mdulaney",
                "dhanush_ram",
                "jmrphy",
                "cloidl",
                "DG",
                "openhumans",
                "monacate",
                "katielorrie",
                "bmander",
                "artemis4000",
                "reblaw",
                "geoffrothman",
                "Konvpolto",
                "flamenquim",
                "Tornado14",
                "ArloJamesBarnes",
                "oguzhanogreden",
                "growwithlogan",
                "Geekfish",
                "yeltsinxyz",
                "TDYLN",
                "Iain",
                "paula",
                "benevides",
                "dmlh",
                "jimzim",
                "Federica__",
                "austospumanto",
                "Nzo",
                "juicyj",
                "c3n47ur",
                "ldorigo",
                "participant1",
                "HASANICHAVEZ53",
                "Avangardas",
                "vytenisd",
                "KaleyWhite",
                "Alex0007",
                "bjornh",
                "KongKingHolly",
                "Zodios",
                "ValenciagaCouture",
                "ebdavison",
                "potato",
                "ethanleifer",
                "katewac",
                "liunekira",
                "Coding_Lizard",
                "hastayataklari"
            ]
        }
    ]
}