# User Logout Logs out the currently authenticated user by invalidating their session token. Endpoint: POST /Users/logout Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `UserAgent` (string, required) Example: "web" ## Response 200 fields (application/json): - `success` (boolean) Example: true - `message` (string) Example: "Successfully logged out"