[
  {
    "name": "Dave",
    "nickname": "coding",
    "email": "abegundeebenezer2004@gmail.com",
    "password": "Codingpaw123@?",
    "winsData": {
      "todayDate": "2026-07-05",
      "todayWins": [
        {
          "text": "work",
          "completed": true
        }
      ],
      "currentStreak": 1,
      "longestStreak": 1,
      "lifetimeWins": 1,
      "perfectDays": 1,
      "dailyHistory": {
        "2026-07-05": {
          "totalWins": 1,
          "completedWins": 1
        }
      }
    }
  },
  {
    "name": "David",
    "nickname": "Dave",
    "email": "codingpaw1@gmail.com",
    "password": "David527)2",
    "winsData": {
      "todayDate": "2026-07-05",
      "todayWins": [
        {
          "text": "new",
          "completed": true
        }
      ],
      "currentStreak": 1,
      "longestStreak": 1,
      "lifetimeWins": 1,
      "perfectDays": 1,
      "dailyHistory": {
        "2026-07-05": {
          "totalWins": 1,
          "completedWins": 1
        }
      }
    }
  }
]