{
"deviceId": "string",
"name": "string",
"ip": "string",
"port": 0,
"type": 0,
"subType": 0,
"protocol": 0,
"serverIp": "string",
"extendInfo": {
"serialNumber": "string",
"transport": "string",
"expires": 0,
"password": "string",
"streamMode": "string",
"charset": "string",
"deviceInfo": "string"
}
}curl --location 'http://127.0.0.1:8086/api/v1/device/insert' \
--header 'Content-Type: application/json' \
--data '{
"deviceId": "string",
"name": "string",
"ip": "string",
"port": 0,
"type": 0,
"subType": 0,
"protocol": 0,
"serverIp": "string",
"extendInfo": {
"serialNumber": "string",
"transport": "string",
"expires": 0,
"password": "string",
"streamMode": "string",
"charset": "string",
"deviceInfo": "string"
}
}'{
"key": null
}