{
"carId": 102024022034585150,
"endTime": "2025-02-01 00:00:00",
"psId": 792024021869862300,
"remark": "备注信息",
"startTime": "2025-01-01 00:00:00"
}curl --location --request PUT '/j7-park/park-manage/owner-vehicle/renew-parking-space-lease' \
--header 'Content-Type: application/json' \
--data-raw '{
"carId": 102024022034585150,
"endTime": "2025-02-01 00:00:00",
"psId": 792024021869862300,
"remark": "备注信息",
"startTime": "2025-01-01 00:00:00"
}'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}