curl --location -g --request POST 'https://localhost:8092/json-rpc/authorize/token/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "authorize",
"subcommand": "deleteToken",
"id": "8ef87",
"tan": 4711
}'
{
"command": "authorize-deleteToken",
"success": true,
"tan": 4711
}