Return an array where each entry is an object with this form:

{ username: "beau", sources: ["fitbit", "runkeeper"] }

GET /api/public-data/sources-by-member/?format=api&offset=67600
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Content-Type: application/json
Expires: Fri, 09 May 2025 19:24:36 GMT
Vary: Accept

{
    "count": 11936,
    "next": null,
    "previous": "https://www.openhumans.org/api/public-data/sources-by-member/?format=api&limit=100&offset=67500",
    "results": []
}