{
"nodeId": "string",
"deviceNetworkType": 0,
"deviceName": "string",
"deviceSN": "string",
"deviceUsername": "string",
"devicePassword": "string"
}curl --location --request POST 'https://bcloud.jftechws.com/openApi/device/iotDevice/addJfIpc' \
--header 'Content-Type: application/json' \
--data-raw '{
"nodeId": "string",
"deviceNetworkType": 0,
"deviceName": "string",
"deviceSN": "string",
"deviceUsername": "string",
"devicePassword": "string"
}'{
"success": false,
"msg": "",
"code": "",
"model": {
"id": "",
"deviceName": "",
"status": 0,
"accessStatus": 0,
"deviceSN": "",
"longitude": 0.0,
"latitude": 0.0,
"sipServer": "",
"sipDomain": "",
"accessId": "",
"accessIdPwd": "",
"sipServerNum": "",
"serverPortNum": 0
},
"attributes": ""
}