Log user out by revoking his auth tokens.
Once logged out, current user cannot access the API anymore.
GET /auth/logout
curl \
-X GET http://api.example.com/auth/logout
Once logged out, current user cannot access the API anymore.
curl \
-X GET http://api.example.com/auth/logout