logout

User Logout

Put /users/logout

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Response

{
  "message": "Logout successful"
}

Last updated