Authorization: Bearer ********************
{
"opcFlag": "OPCTest",
"node": "ns=2;s=Z3\\Test\\TestFlow1.PV",
"nodeValue": "5.3",
"dataType": 2
}
curl --location --request POST 'https://online-products.dhichina.cn/gateway/iot-service/api/v1/opc-ua/write-node' \
--header 'Content-Type: application/json' \
--data-raw '{
"opcFlag": "OPCTest",
"node": "ns=2;s=Z3\\Test\\TestFlow1.PV",
"nodeValue": "5.3",
"dataType": 2
}'
true