curl --request POST \
--url https://demo.komga.org/api/logout \
--header 'Authorization: Basic <encoded-value>'Invalidates the current session and clean up any remember-me authentication.
curl --request POST \
--url https://demo.komga.org/api/logout \
--header 'Authorization: Basic <encoded-value>'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
No Content