curl --request POST \ --url http://localhost:8000/v1/auth/logout
This response has no body data.
Users
logout
This endpoint is used to log out the authenticated user. Upon successful logout, the response will include a JSON schema detailing the status of the logout operation.
POST
/
auth
/
logout
logout
curl --request POST \ --url http://localhost:8000/v1/auth/logout