{
"deviceId": "string",
"identifier": "string",
"value": "string"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/device/basicProperty/update' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string",
"identifier": "string",
"value": "string"
}'
{
"code": 0,
"message": "操作成功",
"data": "string",
"success": "true"
}