Mark all read
POST /v1/notifications/read-all — Mark every unread notification as read. Returns `{ ok, updated }`.
POST /v1/notifications/read-all
Mark every unread notification as read. Returns { ok, updated }.
| Method | POST |
| Path | /v1/notifications/read-all |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | notifications |