{
"eui": "866156057446695",
"node": 1,
"circuit": 1,
"sw": 0
}
curl --location -g --request POST 'https://console.sciento.cn/wopen/v1//device/electric-value/control' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"eui": "866156057446695",
"node": 1,
"circuit": 1,
"sw": 0
}'
{
"type": true,
"code": 200,
"data": 1
}