Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"snCode": "string",
"operateDuration": 0,
"cpdae": "string",
"crtae": "string",
"capacity": 0,
"totalPower": 0,
"productName": "string",
"status": "string",
"productModel": "string"
}
curl --location --request POST 'http://localhost:8080/ess/deviceLcm/exportDeviceLcm' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"snCode": "string",
"operateDuration": 0,
"cpdae": "string",
"crtae": "string",
"capacity": 0,
"totalPower": 0,
"productName": "string",
"status": "string",
"productModel": "string"
}'
{
"code": 0,
"msg": "",
"data": 0
}