Account, plan & extension
POST /me/password Session only
Change a known password.
Revokes every session; your own cookie is re-issued at the new generation, so you stay signed in and everyone else is signed out.
Body
current_passwordstring required- Your existing password.
new_passwordstring required- The replacement.
curl -X POST "https://freehire.me/api/v1/me/password" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"current_password":"…","new_password":"…"}'{ "data": { "ok": true } }