curl --location --request GET '/device-groups/' \
--header 'Authorization: Bearer {{token}}'{
"code": 200,
"message": "获取设备组详情成功",
"data": {
"id": 1,
"name": "默认设备组",
"description": "系统默认设备组",
"policyId": 1,
"enrollmentId": 1,
"deviceCount": 5,
"createdBy": 1,
"updatedBy": 1,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}