Votes, notifications & discussions
PUT /me/notification-settings Session only
Change your notification rule.
Body
enabledboolean- Turn notifications on or off.
channelsstring[]- Delivery channels:
email,telegram.
curl -X PUT "https://freehire.me/api/v1/me/notification-settings" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"enabled":true,"channels":["email"]}'{ "data": { "enabled": true, "channels": ["email"] } }