{
"name": "string",
"productKey": "string",
"description": "string",
"areaCode": "string",
"deviceManufacturerCode": "string",
"chipManufacturerCode": "string",
"deviceModelCode": "string",
"ip": "string",
"pmsId": "string",
"governUnitCode": "string",
"detailText": "string",
"deviceNo": "string",
"feature": "PhotoVoltaic",
"esn": "string",
"securitySn": "string",
"parentId": "string"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/v2/device/createEndDevice' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"productKey": "string",
"description": "string",
"areaCode": "string",
"deviceManufacturerCode": "string",
"chipManufacturerCode": "string",
"deviceModelCode": "string",
"ip": "string",
"pmsId": "string",
"governUnitCode": "string",
"detailText": "string",
"deviceNo": "string",
"feature": "PhotoVoltaic",
"esn": "string",
"securitySn": "string",
"parentId": "string"
}'
{
"code": 0,
"message": "操作成功",
"data": "string",
"success": "true"
}