Push notifications & alerts POST /me/notifications/read-all copy Session only Mark every unread notification read. curl copy curl -X POST "https://freehire.me/api/v1/me/notifications/read-all" -b cookies.txt json — response copy { "data": { "marked": 3 } }