{
"id": 0,
"cpuModel": 0,
"smbiosModel": "string",
"info": "string"
}
curl --location --request PUT '/updateModelGroup' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"cpuModel": 0,
"smbiosModel": "string",
"info": "string"
}'
{}