{
  "app": "go-to-the-gym",
  "user": {
    "id": "user_1",
    "name": "You",
    "reminderMessage": "Go to the fucking gym."
  },
  "settings": {
    "reminderEnabled": true,
    "reminderTimes": ["06:00", "17:30"],
    "timezone": "America/New_York"
  },
  "reminders": [
    {
      "id": "rem_1",
      "text": "Go to the fucking gym.",
      "scheduledAt": "2025-02-25T17:30:00",
      "dismissed": false
    }
  ],
  "lastWorkout": null,
  "streakDays": 0
}
