Authentication

POST /auth/logout Public

Clear the session cookie.

curl
curl -X POST "https://freehire.dev/api/v1/auth/logout" -b cookies.txt
json — response
{ "data": { "ok": true } }