すべて既読にする
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 |