// Pause/resume POST to the *dashboard's* origin (hive-c0re, not this // agent's own `/api/*`) — see dashboardBase.ts. `fetch` with // `mode: 'no-cors'` rather than a normal request: the POST is cross- // origin (behind the gateway this page and the dashboard share an // origin, but accessed directly they're different ports) and this way // hive-c0re doesn't need to grow CORS headers for it — the tradeoff is // an opaque, unreadable response, which is fine here since the caller // doesn't need to read it, only trigger a state refresh afterward (same // shape as `postModel`/`postEffort` in modelEffort.ts). `credentials: // 'include'` matches the cookie-sending behavior of the plain