{
  "request": {
    "method": "POST",
    "path": "/v1/translate/bulk",
    "headers": {
      "Content-Type": "application/json",
      "X-Plugin": "international",
      "Authorization": "<API_KEY>"
    },
    "body": {
      "source_lang": "en",
      "target_lang": "he",
      "tone": "neutral",
      "strings": [
        {
          "id": "fixture-1",
          "content": "Hello world"
        }
      ]
    }
  },
  "response": {
    "status": 401,
    "headers": {
      "access-control-allow-credentials": "true",
      "alt-svc": "h3=\":443\"; ma=86400",
      "cf-cache-status": "DYNAMIC",
      "cf-ray": "a1da6aaa4f5a2dcc-BKK",
      "content-length": "155",
      "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:09 GMT",
      "etag": "W/\"9b-iXH0l+ibpAOPOQAk1l24SCifOdc\"",
      "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=nyWdzEboArTq0nKQAULVSvb99AsnIBgGGBx2H%2BMf5oLCQRKizS6yiwEa6wiKsyQzNT8qM3c5Ndvi96l%2B9n3DXMON5wYyx0whZvXHXxRlLSqlQVX0QDiQyO4VZ2rzZIa15CKYYmNwVLAp%2B4QOYQ%3D%3D\"}]}",
      "server": "cloudflare",
      "strict-transport-security": "max-age=0; includeSubDomains; preload",
      "vary": "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_1784471348947_cty0jvyc7",
      "x-xss-protection": "0"
    },
    "body": {
      "success": false,
      "error": {
        "code": "INVALID_API_KEY_FORMAT",
        "message": "API key must start with <LIVE_KEY_PREFIX> or <TEST_KEY_PREFIX>"
      },
      "timestamp": "2026-07-19T14:29:08.948Z"
    }
  },
  "captured_at": "2026-07-19T14:29:09.084Z",
  "notes": ""
}
