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