To log user out, make the following request.
POST auth.<cluster-name>.hasura-app.io/v1/user/logout HTTP/1.1 Authorization: Bearer <auth_token>
Note
The logout request is a POST request with an empty body.