{
"data": [
{
"current": 125,
"flow": 12,
"power": 10,
"timestamp": "2021-12-20 17:23:53",
"vol": 220
},
{
"current": 120,
"flow": 9,
"power": 10,
"timestamp": "2021-12-20 17:23:53",
"vol": 220
},
{
"current": 132,
"flow": 5,
"power": 10,
"timestamp": "2021-12-20 17:23:53",
"vol": 220
}
],
"taskid": "ecfd3a227c"
}
curl --location --request POST 'https://prod.iotn2n.com/iotapi/drawxnqx' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"current": 125,
"flow": 12,
"power": 10,
"timestamp": "2021-12-20 17:23:53",
"vol": 220
},
{
"current": 120,
"flow": 9,
"power": 10,
"timestamp": "2021-12-20 17:23:53",
"vol": 220
},
{
"current": 132,
"flow": 5,
"power": 10,
"timestamp": "2021-12-20 17:23:53",
"vol": 220
}
],
"taskid": "ecfd3a227c"
}'
{}