curl --location --request GET 'http://127.0.0.1/device/models//group-list'
{
"_embedded": [
{
"createBy": "string",
"createTime": "string",
"deviceModelId": "string",
"favorite": true,
"groupCode": "string",
"groupName": "string",
"icon": "string",
"id": "string",
"propertyCount": 0,
"sno": 0,
"star": true,
"tenant": "string",
"updateBy": "string",
"updateTime": "string"
}
],
"code": 0,
"message": "string",
"timestamp": "string"
}