{
"token": "string",
"tokenTypeHint": "string",
"clientId": "string"
}
curl --location --request POST '/oauth/revoke' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"tokenTypeHint": "string",
"clientId": "string"
}'
{
"success": true
}