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