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