{
"groupIdentifier": "sx",
"identifiers": [
"sx1", "sx2", "sx3"
],
"id": "PPGQpdL8_VB"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/product/modelgroup/bind' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupIdentifier": "sx",
"identifiers": [
"sx1", "sx2", "sx3"
],
"id": "PPGQpdL8_VB"
}'
{
"code": 0,
"message": "操作成功",
"success": "true"
}