curl --location -g --request POST 'https://localhost:8092/json-rpc/authorize/token/rename' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "authorize",
"subcommand": "renameToken",
"comment": "string",
"id": "strin",
"tan": 4711
}'
{
"command": "authorize-renameToken",
"error": "Token rename failed",
"errorData": [
{
"description": "Token does not exist"
}
],
"success": false,
"tan": 4711
}