身分驗證
POST /auth/logout-all 僅限工作階段
Sign out every session on the account, including this one.
Bumps the account’s session generation (stranding every issued token and API-key session state) then clears the caller’s cookie. Cookie-only — an API key must not be able to sign a human out of their browser. Returns 204 No Content.
curl -X POST "https://freehire.me/api/v1/auth/logout-all" -b cookies.txt