{
"carBrand": "小米su7",
"carColor": "珍珠白",
"carId": 802025052057550000,
"carNum": "渝A12112",
"carType": 9901,
"communityId": 2024022643710121,
"endTime": "2050-01-01 00:00:00",
"leaseType": "H",
"memberId": 802025052792160000,
"remark": "测试",
"startTime": "2025-05-20 00:00:00"
}curl --location --request PUT '/j7-park/park-manage/owner-vehicle/modify-car' \
--header 'Content-Type: application/json' \
--data-raw '{
"carBrand": "小米su7",
"carColor": "珍珠白",
"carId": 802025052057550000,
"carNum": "渝A12112",
"carType": 9901,
"communityId": 2024022643710121,
"endTime": "2050-01-01 00:00:00",
"leaseType": "H",
"memberId": 802025052792160000,
"remark": "测试",
"startTime": "2025-05-20 00:00:00"
}'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}