{
"carBrand": "宝马",
"carColor": "白色",
"carNum": "京A411111",
"carType": "家用小汽车",
"id": 802023061661080000,
"remark": "长期停放"
}curl --location --request PUT '/j7-park/park-manage/owner-vehicle/modify-owner-vehicle' \
--header 'Content-Type: application/json' \
--data-raw '{
"carBrand": "宝马",
"carColor": "白色",
"carNum": "京A411111",
"carType": "家用小汽车",
"id": 802023061661080000,
"remark": "长期停放"
}'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}