{
"deviceAddr": "",
"connectType": "",
"serverAddr": "",
"devicePort": 0,
"singleBind": false,
"protocolType": "",
"serverPort": 0
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/device/testConnect' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceAddr": "",
"connectType": "",
"serverAddr": "",
"devicePort": 0,
"singleBind": false,
"protocolType": "",
"serverPort": 0
}'
{}