[
  {
    "input": "I was charged twice for my subscription.",
    "expectedOutput": "billing",
    "inputFormat": "text",
    "referenceFormat": "text"
  },
  {
    "input": "The export button returns a 500 error.",
    "expectedOutput": "technical",
    "inputFormat": "text",
    "referenceFormat": "text"
  },
  {
    "input": "I forgot my password and cannot sign in.",
    "expectedOutput": "account",
    "inputFormat": "text",
    "referenceFormat": "text"
  },
  {
    "input": "Please send me last month's invoice.",
    "expectedOutput": "billing",
    "inputFormat": "text",
    "referenceFormat": "text"
  },
  {
    "input": "How do I change my profile name?",
    "expectedOutput": "account",
    "inputFormat": "text",
    "referenceFormat": "text"
  }
]
