Authentication: ********************
curl --location -g --request GET '/device/{{$randomUUID}}/query' \
--header 'Authentication;'
{
"code": 0,
"msg": {
"deviceType": "string",
"id": "string",
"name": "string",
"description": "string",
"createTime": 0,
"updateTime": 0,
"hardwareSeries": "string",
"hardwareType": "string",
"inetMacAddress": "string",
"wifiMacAddress": "string",
"imei": "string",
"basicSoftVersionName": "string",
"basicSoftStatus": "string",
"basicSoftUpdateTime": 0,
"businessSoftVersionName": "string",
"businessSoftStatus": "string",
"businessSoftUpdateTime": 0
}
}