{
"id": "PPGQpdL8_VB"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/product/modelgroup/groupList' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "PPGQpdL8_VB"
}'
{
"code": 0,
"message": "操作成功",
"data": {
"total": 0,
"list": [
{
"groupName": "string",
"groupIdentifier": "string",
"scope": "string"
}
]
},
"success": "true"
}