{
"client_id": "string",
"client_secret": "string",
"token": "string"
}
curl --location --request POST 'http://127.0.0.1/oauth/revoke' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"client_secret": "string",
"token": "string"
}'
{}