{
"hostId": 0,
"os": "string",
"newPassword": "string",
"resetDataDisk": true
}
curl --location --request PUT '/reinstall' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostId": 0,
"os": "string",
"newPassword": "string",
"resetDataDisk": true
}'
{}