POST
/
api
/
logout
Logout user
curl --request POST \
  --url http://localhost:4000/api/logout
{
  "success": true,
  "message": "<string>"
}

Response

200 - application/json

Successfully logged out

The response is of type object.