{
  "request": {
    "method": "POST",
    "path": "/v1/translate",
    "headers": {
      "Content-Type": "application/json",
      "X-Plugin": "international",
      "Authorization": "Bearer <IPZ_API_KEY>"
    },
    "body": {
      "source_lang": "en",
      "target_lang": "he",
      "tone": "neutral",
      "content": "Hello world"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "access-control-allow-credentials": "true",
      "alt-svc": "h3=\":443\"; ma=86400",
      "cf-cache-status": "DYNAMIC",
      "cf-ray": "a1da6a93dfaf2dcc-BKK",
      "content-encoding": "br",
      "content-security-policy": "default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests",
      "content-type": "application/json; charset=utf-8",
      "cross-origin-opener-policy": "same-origin",
      "cross-origin-resource-policy": "same-origin",
      "date": "Sun, 19 Jul 2026 14:29:06 GMT",
      "etag": "W/\"194-3Q+xVWDT10pyshOq8Nd1cckt2f4\"",
      "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
      "origin-agent-cluster": "?1",
      "referrer-policy": "no-referrer",
      "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=CEE8TO6rVFtHpC83joQKIxu30vGpUpY03dTNemuyT4MCVqQzkya5pzvP7C0yx%2BQqOWVEP5Sc95AyQxT%2Bh5ecRsnGS2y4mm2gPRULhB7eBgO32LT10EXwVYZvOpt3yQMVeYpuFpYQAAPvGq2Dsg%3D%3D\"}]}",
      "server": "cloudflare",
      "strict-transport-security": "max-age=0; includeSubDomains; preload",
      "vary": "Accept-Encoding, Origin, Accept-Encoding",
      "x-content-type-options": "nosniff",
      "x-dns-prefetch-control": "off",
      "x-download-options": "noopen",
      "x-frame-options": "SAMEORIGIN",
      "x-permitted-cross-domain-policies": "none",
      "x-request-id": "req_1784471345362_g8t3q3rp1",
      "x-xss-protection": "0"
    },
    "body": {
      "success": true,
      "translation": "שלום עולם",
      "characters_used": 11,
      "cost_usd": 0,
      "job_id": "e472fac7-db4e-4a0e-a12a-b67074155e97",
      "status": "completed",
      "processing_time_ms": 1334,
      "data": {
        "jobId": "e472fac7-db4e-4a0e-a12a-b67074155e97",
        "status": "completed",
        "translation": "שלום עולם",
        "charactersUsed": 11,
        "cost": 0.0002,
        "customerCost": 0,
        "processingTimeMs": 1334
      },
      "timestamp": "2026-07-19T14:29:06.787Z"
    }
  },
  "captured_at": "2026-07-19T14:29:06.939Z",
  "notes": ""
}
