Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://fucksornot.com/api/auth/logout \ -H "Cookie: auth-token=YOUR_JWT_TOKEN"
const response = await fetch('https://fucksornot.com/api/auth/logout', { method: 'POST', credentials: 'include' });
{ "success": true }