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