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-42
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Tue, 16 Apr 2024 15:30:37 GMT
Vary: Accept

{
    "count": 45,
    "next": null,
    "previous": null,
    "results": []
}