Authorization: ********************{
"Linux": 0,
"Windows": 0
}curl --location --request POST '/updateVmDefaultDiskSize' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Linux": 0,
"Windows": 0
}'{
"code": 20000,
"message": "请求成功",
"data": null
}