Authorization: ********************{
"id": 0,
"tenantId": "string",
"appId": "string",
"stationId": "string",
"stationPointId": "string",
"pointName": "string",
"pointType": 0,
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "string",
"details": "string"
}curl --location --request PUT '/management/station-point/modifyStationPoint' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"tenantId": "string",
"appId": "string",
"stationId": "string",
"stationPointId": "string",
"pointName": "string",
"pointType": 0,
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "string",
"details": "string"
}'{
"code": "",
"msg": "",
"data": false,
"stackTraceMsg": ""
}