Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"stationId": 0,
"equipmentLocation": "string",
"installDate": "string",
"equipmentType": "string",
"equipmentParam": "string",
"equipmentSerial": "string",
"sort": 0
}
curl --location --request POST 'http://localhost:8080/ess/station_monitor' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"stationId": 0,
"equipmentLocation": "string",
"installDate": "string",
"equipmentType": "string",
"equipmentParam": "string",
"equipmentSerial": "string",
"sort": 0
}'
{
"": {}
}