{ "success": true, "message": "Logged out successfully"}
Authentication
User logout
Logs out the authenticated user by invalidating their JWT token.
Note: JWT tokens are stateless, so they will continue to be valid until expiration.
Future implementation will include token blacklisting for immediate invalidation.