Logout
documentedClose the current session.
POST /api/account/logoutAccountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://fleep.io/api/account/logout?ticket={{ticket}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"note": "{{$note}}", "timestamp": "{{$timestamp}}"}'