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