{ "vms_id": 2, "vms_os_username": "administrator", "vms_os_passwd": "mc520." }
curl --location --request POST 'https://localhost/api/vms/resetpasswd' \ --header 'x-api-key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "vms_id": 2, "vms_os_username": "administrator", "vms_os_passwd": "mc520." }'
{}