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