{
"carNumber": "粤A12345",
"buildingId": 1,
"createdTime": "string"
}curl --location --request POST '172.22.72.236:9090/building-traffic/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"carNumber": "粤A12345",
"buildingId": 1,
"createdTime": "string"
}'{
"code": 0,
"msg": "",
"data": ""
}