{
"deviceName": "string",
"productKey": "string",
"values": {
"属性标识": "string"
}
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/warehouse/identifier/control' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceName": "string",
"productKey": "string",
"values": {
"属性标识": "string"
}
}'
{}