{
"data": {
"device_xxxx_01": [
"ia"
],
"device_xxxx_02": [
"ib"
]
}
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/deviceProperty/get/devices/properties/latestValue' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"device_xxxx_01": [
"ia"
],
"device_xxxx_02": [
"ib"
]
}
}'
{
" ": [
{
"key": "string",
"value": {},
"ts": 0,
"unit": "string"
}
]
}