{
"deviceName": "string",
"productKey": "string"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/v2/device/getChildBindingProperties' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceName": "string",
"productKey": "string"
}'
{
"code": 0,
"message": "操作成功",
"data": [
"string"
],
"success": "true"
}