{
  "request": {
    "method": "POST",
    "path": "/v1/jobs/bulk-strings",
    "headers": {
      "Content-Type": "application/json",
      "X-Plugin": "international",
      "Authorization": "Bearer <IPZ_API_KEY>"
    },
    "body": {
      "sourceLang": "en",
      "targetLangs": [
        "he"
      ],
      "strings": [
        {
          "id": "fixture-1",
          "content": "Hello world"
        }
      ],
      "callbackUrl": "https://fixture.invalid/callback",
      "callbackSecret": "<CALLBACK_SECRET>",
      "clientJobId": "wp_1784471350644"
    }
  },
  "response": {
    "status": 202,
    "headers": {
      "access-control-allow-credentials": "true",
      "alt-svc": "h3=\":443\"; ma=86400",
      "cf-cache-status": "DYNAMIC",
      "cf-ray": "a1da6ab588422dcc-BKK",
      "content-length": "161",
      "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:11 GMT",
      "etag": "W/\"a1-JYarJiRC4F9w/BQ7y8mf4h6j25Q\"",
      "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=T%2Bu7AslTyQBMLZjttgI35HVKu49PTzAykt8dYc%2F8z8VChPtqHV5dYFkUmf3fdFnp7v6%2FMuTaH8cLijNGRw%2BrutHKZ8xd4rQ1nqKyUqTt1wMq9Q7IvJ5KQNr6mY487j8Pll6syrh0WJhpMAgRmw%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_1784471350757_jnyuffzyb",
      "x-xss-protection": "0"
    },
    "body": {
      "success": true,
      "job_id": "82123f67-0e41-4fa6-ab64-2c29424911b1",
      "status": "queued",
      "total_strings": 1,
      "target_langs": [
        "he"
      ],
      "timestamp": "2026-07-19T14:29:10.883Z"
    }
  },
  "captured_at": "2026-07-19T14:29:11.039Z",
  "notes": "Submission response only; callback target intentionally does not resolve."
}
