curl --location --request POST 'https://api.opensylo.com/oauth/revoke' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "opaque_access_or_refresh_token", "token_type_hint": "access_token" }'