username:passwordAuthorization: Basic *****************{
"hostId": 0,
"password": "string"
}curl --location --request PUT '/api/v1/pve/updateVncPassword' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostId": 0,
"password": "string"
}'{}