curl --location --request POST '/oauth/revoke' \ --header 'Content-Type: application/json' \ --data-raw '{"token":"YOUR_ACCESS_TOKEN"}'
{}