Authorization: ********************{
"deviceId": "string"
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/device/sensor' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string"
}'{
"code": 0,
"data": [
{
"peripheralId": 0,
"itemCode": "",
"itemValue": ""
}
],
"msg": ""
}