{
  "log": {
    "version": "1.2",
    "creator": { "name": "forensics-fixture", "version": "1.0" },
    "entries": [
      {
        "startedDateTime": "2026-07-17T04:00:00.000Z",
        "request": {
          "method": "POST",
          "url": "https://api.example.test/game/spin",
          "headers": [
            { "name": "Authorization", "value": "Bearer SUPERSECRETTOKENVALUE000111222333444" },
            { "name": "Cookie", "value": "sid=abc; auth=zzz" },
            { "name": "Content-Type", "value": "application/json" }
          ]
        },
        "response": {
          "status": 200,
          "content": {
            "mimeType": "application/json",
            "text": "{\"round_id\":\"round-har-001\",\"result_row\":[\"胡\",\"胡\",\"筒\",\"發\",\"八萬\"],\"server_win_count\":2,\"multiplier\":\"X1\",\"payout\":\"0.00\",\"free_triggered\":false}"
          }
        }
      },
      {
        "startedDateTime": "2026-07-17T04:00:05.000Z",
        "request": {
          "method": "POST",
          "url": "https://api.example.test/game/spin",
          "headers": [
            { "name": "Authorization", "value": "Bearer anothersecrettokenvalueaaaaaaaa" }
          ]
        },
        "response": {
          "status": 200,
          "content": {
            "mimeType": "application/json",
            "text": "{\"round_id\":\"round-har-002\",\"result_row\":[\"胡\",\"胡\",\"胡\",\"發\",\"八萬\"],\"server_win_count\":3,\"multiplier\":\"X2\",\"payout\":\"100.00\",\"free_triggered\":false}"
          }
        }
      }
    ]
  }
}
