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/?source=direct-sharing-149
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Content-Type: application/json
Expires: Thu, 27 Mar 2025 00:29:22 GMT
Vary: Accept

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