{
  "request": {
    "method": "POST",
    "path": "/v1/auth/register",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "email": "fixture-1784471345253-7eba9cf7@example.invalid",
      "password": "<TEST_PASSWORD>"
    }
  },
  "response": {
    "status": 201,
    "headers": {
      "access-control-allow-credentials": "true",
      "alt-svc": "h3=\":443\"; ma=86400",
      "cf-cache-status": "DYNAMIC",
      "cf-ray": "a1da6ae968652dcc-BKK",
      "content-length": "850",
      "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:20 GMT",
      "etag": "W/\"352-VTPMCUgSrLHkFJUlaH1qHtbgXAc\"",
      "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
      "origin-agent-cluster": "?1",
      "ratelimit-limit": "100",
      "ratelimit-policy": "100;w=900",
      "ratelimit-remaining": "96",
      "ratelimit-reset": "899",
      "referrer-policy": "no-referrer",
      "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=fxjLhAAu1RmgP%2F8vHEnB7ocP4nmJtzuW%2FNTIjPeqQYeqRLtOnijikFMIWbKkCcE61P7KFR691Sj7509zzceWETjgJm3UgL4cDTKEpSQwNsEu1gDOWXgov9wxiMXYwV9SWcNglsgyRU5vwQNuLQ%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_1784471359412_a2a7ftmnp",
      "x-xss-protection": "0"
    },
    "body": {
      "message": "User registered successfully. Please check your email to verify your account.",
      "userId": "5f487475-24e8-40de-b74e-a2010c3e4ece",
      "accessToken": "<ACCESS_TOKEN>",
      "refreshToken": "<REFRESH_TOKEN>"
    }
  },
  "captured_at": "2026-07-19T14:29:20.372Z",
  "notes": "Unique test-only account generated for this run."
}
