curl --location -g --request POST 'https://localhost:8092/json-rpc/authorize/token/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "authorize",
"subcommand": "createToken",
"comment": "string",
"tan": 4711
}'
{
"command": "authorize-createToken",
"error": "Command not supported via single API calls using HTTP/S",
"success": false,
"tan": 4711
}