{
  "appointments": [
    {
      "id": 987654321,
      "title": "Mum's X-Ray Scan",
      "start_time": "2024-12-31 10:00",
      "end_time": "2024-12-31 11:00",
      "description": "X-ray scan appointment at hospital/radiology center",
      "memo": {
        "content": "Bring: ID card, insurance card, previous X-rays if available. Wear comfortable clothes. Arrive 15 minutes early for check-in.",
        "important": true
      },
      "createdAt": "2024-12-31T00:00:00"
    }
  ],
  "memos": [
    {
      "id": 987654320,
      "title": "Mum's X-Ray Scan - Important Notes",
      "content": "Appointment reminder: Mum's X-ray scan scheduled. Bring all necessary documents and previous medical records.",
      "important": true,
      "category": "appointment"
    }
  ]
}
