curl --request POST \
--url http://localhost:4000/api/logout
{
"success": true,
"message": "<string>"
}
Logout the current user
curl --request POST \
--url http://localhost:4000/api/logout
{
"success": true,
"message": "<string>"
}
Successfully logged out
The response is of type object
.