[
    {
        "id": 1,
        "username": "johndoe87",
        "active": true,
        "score": 1245.6
    },
    {
        "id": 2,
        "username": "sarahsmith",
        "active": false,
        "score": 789.3
    },
    {
        "id": 3,
        "username": "mikebrown22",
        "active": true,
        "score": 2103.9
    },
    {
        "id": 4,
        "username": "emilywang",
        "active": true,
        "score": 456.2
    },
    {
        "id": 5,
        "username": "davidlee55",
        "active": false,
        "score": 1876.5
    },
    {
        "id": 6,
        "username": "alexnguyen",
        "active": true,
        "score": 934.7
    },
    {
        "id": 7,
        "username": "racheltaylor",
        "active": true,
        "score": 2456.1
    },
    {
        "id": 8,
        "username": "chrisrogers",
        "active": false,
        "score": 612.4
    },
    {
        "id": 9,
        "username": "jessicapark",
        "active": true,
        "score": 1543.8
    },
    {
        "id": 10,
        "username": "robertchen",
        "active": true,
        "score": 876.5
    }
]