全部标为已读
POST /v1/notifications/read-all:将每条未读通知标为已读,返回 `{ ok, updated }`。
POST /v1/notifications/read-all
将每条未读通知标为已读,返回 { ok, updated }。
| 方法 | POST |
| 路径 | /v1/notifications/read-all |
| 认证 | 设置 GATEWAY_AUTH_TOKEN 时需要 Authorization: Bearer <token> |
| 类别 | notifications |