curl --location -g --request POST 'https://localhost:8092/json-rpc/authorize/admin' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "authorize",
"subcommand": "adminRequired",
"tan": 4711
}'
{
"command": "authorize-adminRequired",
"info": {
"adminRequired": true
},
"success": true,
"tan": 4711
}