{
  "request": {
    "method": "POST",
    "path": "/v1/estimate",
    "headers": {
      "Content-Type": "application/json",
      "X-Plugin": "international",
      "Authorization": "Bearer <IPZ_API_KEY>"
    },
    "body": {
      "content": "Hello world",
      "source_lang": "en",
      "target_langs": [
        "he"
      ]
    },
    "burst_count": 15
  },
  "response": {
    "status": 200,
    "headers": {},
    "body": {
      "statuses": [
        200,
        200,
        200,
        200,
        200,
        200,
        200,
        200,
        200,
        200,
        200,
        200,
        200,
        200,
        200
      ],
      "status_counts": {
        "200": 15
      }
    }
  },
  "captured_at": "2026-07-19T14:29:33.240Z",
  "notes": "One burst of 15 concurrent requests."
}
