this is an api request to change the configuration of what object
the response is ok with success = 1 but no changes appear in the ui page
thanks for your time
var options = new RestClientOptions("https://proxmoxhost")
{
MaxTimeout = -1,
};
var client = new RestClient(options);
var request...