{
"identifier": "",
"id": ""
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/deviceProperty/get/device/property/latestValue' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "",
"id": ""
}'
{
"key": "string",
"value": {},
"ts": 0,
"unit": "string"
}