{
  "log": {
    "version": "1.2",
    "entries": [{
      "request": {
        "method": "GET",
        "url": "https://api.example.test/orders?id=order-synthetic-001&email=person@example.test",
        "headers": [
          {"name": "Accept", "value": "application/json"},
          {"name": "Authorization", "value": "Bearer TOKEN_EXAMPLE_ONLY"},
          {"name": "Cookie", "value": "session=COOKIE_EXAMPLE_ONLY"}
        ],
        "postData": {"mimeType": "application/json", "text": "{\"order_id\":\"order-synthetic-001\",\"debug_note\":\"synthetic only\"}"}
      },
      "response": {"status": 500, "content": {"text": "{\"error_code\":\"E_SYNTHETIC\"}"}}
    }]
  }
}
