Logout User

To create the data in the specified collection with the specified parameters. When a JSON object is saved, the object properties are automatically added to the collection you specified.

Method : POST

URL : /user/logout

Response : 200 OK

{
"message": "Logout successfully",
"status_code": 200
}

Response : 401 Unauthorized

{
"message": "Not Authorized",
"status": 401
}

Response : 500 ERROR

Internal Server Error