Push notifications & alerts
POST /me/notifications/{id}/read 僅限工作階段
Mark one notification read (idempotent).
傳回 204 No Content。
路徑參數
idinteger 必填- The notification id.範例
5
curl -X POST "https://freehire.me/api/v1/me/notifications/5/read" -b cookies.txt