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
User Logout
Put
/users/logout
<Description of the endpoint>
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
Response
{
"message": "Logout successful"
}
Last updated