{
"id": 1,
"carNumber": "粤ABN3232",
"createdTime": "string",
"isDeal": 1,
"carType": 1
}curl --location --request POST '172.22.72.236:9090/IllegalParking/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"carNumber": "粤ABN3232",
"createdTime": "string",
"isDeal": 1,
"carType": 1
}'{
"code": 0,
"msg": "",
"data": ""
}