Authorization: ********************{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"dataVersion": 0,
"deleteFlag": 0,
"equipmentId": "string",
"id": 0,
"installFee": 0,
"modifyBy": "string",
"modifyTime": "2019-08-24T14:15:22.123Z",
"operationFee": 0,
"remark": "string",
"stationId": "string",
"tenantId": "string",
"trafficAndPremiumFee": 0,
"venueFee": 0
}curl --location --request PUT '/management/stationEquipmentCost/modifyStationEquipmentCost' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"dataVersion": 0,
"deleteFlag": 0,
"equipmentId": "string",
"id": 0,
"installFee": 0,
"modifyBy": "string",
"modifyTime": "2019-08-24T14:15:22.123Z",
"operationFee": 0,
"remark": "string",
"stationId": "string",
"tenantId": "string",
"trafficAndPremiumFee": 0,
"venueFee": 0
}'{
"code": "string",
"msg": "string",
"data": true,
"stackTraceMsg": "string"
}