curl --request POST \
--url http://localhost:3091/v1/api/auth/logout \
--header 'Authorization: Bearer <token>'{}Invalidates the provided JWT and terminates the session.
curl --request POST \
--url http://localhost:3091/v1/api/auth/logout \
--header 'Authorization: Bearer <token>'{}