[
  {
    "id": "a-001",
    "provider": "Example A",
    "task": "invoice-01",
    "cost": "0.01",
    "currency": "USD",
    "response": {
      "invoice": {
        "id": "INV-DEMO-001",
        "currency": "USD",
        "total": 125.5
      },
      "source": "fictional-fixture"
    }
  },
  {
    "id": "a-002",
    "provider": "Example A",
    "task": "invoice-02",
    "cost": "0.01",
    "currency": "USD",
    "response": {
      "invoice": {
        "id": "INV-DEMO-002",
        "currency": "EUR",
        "total": 80
      }
    }
  },
  {
    "id": "a-003",
    "provider": "Example A",
    "task": "invoice-02",
    "cost": "0.01",
    "currency": "USD",
    "error": "Fictional retry timeout"
  },
  {
    "id": "b-001",
    "provider": "Example B",
    "task": "invoice-01",
    "cost": "0.02",
    "currency": "USD",
    "response": {
      "invoice": {
        "id": "INV-DEMO-001",
        "currency": "USD",
        "total": 125.5
      },
      "source": "fictional-fixture"
    }
  },
  {
    "id": "b-002",
    "provider": "Example B",
    "task": "invoice-02",
    "cost": "0.02",
    "currency": "USD",
    "response": {
      "invoice": {
        "id": "INV-DEMO-002",
        "currency": "USD",
        "total": 80
      }
    }
  }
]
