curl https://api.fucksornot.com/api/auth/check \ -H "Authorization: Bearer YOUR_JWT_TOKEN"
{ "authenticated": true, "userId": "550e8400-e29b-41d4-a716-446655440000", "isAdmin": false, "mfaEnabled": true, "user": { "id": "550e8400-e29b-41d4-a716-446655440000", "username": "johndoe", "email": "[email protected]" } }
{ "authenticated": false }