Authorization: ********************{
"id": 0,
"name": "string",
"family": 0,
"model": 0,
"stepping": 0,
"level": "string",
"xlevel": "string",
"vendor": "string",
"l3Cache": true
}curl --location --request PUT '/updateCpuInfo' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"family": 0,
"model": 0,
"stepping": 0,
"level": "string",
"xlevel": "string",
"vendor": "string",
"l3Cache": true
}'{}