Logs out user given valid JWT token.
URL : /logout
Method : POST
Header :
"Content-type": "application/json"
"Authorization": "Bearer [token]"
Code : 200 OK
Condition : If token is invalid.
Code : 401 Unauthorized
Body :
{
"code": "Unauthorized",
"message": "Token expired. Please log back in."
}