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