{}
curl --location --request POST '/api/qzcloud/GetCompanyCPU' \ --header 'apikey: 通讯密钥' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "code": 200, "data": { "cpuUsage": 27.0 }, "msg": "" }