Example searches: “400”, “Enable TOTP”, “Refresh access token”, “201”, “Logout user”
Log user out by revoking auth tokens. Once logged out, current user cannot access the API anymore.
Logout successful
curl \ --request GET 'http://api.example.com/auth/logout' \ --header "Authorization: $API_KEY"