{
"plate": "比",
"driverId": 88,
"enterpriseId": 76,
"organizationId": 66,
"type": 83,
"powerType": 95,
"brand": "都",
"model": "些",
"color": 95,
"seats": 90,
"maxTickets": 70
}
curl --location --request POST '/vehicle' \
--header 'Content-Type: application/json' \
--data-raw '{
"plate": "比",
"driverId": 88,
"enterpriseId": 76,
"organizationId": 66,
"type": 83,
"powerType": 95,
"brand": "都",
"model": "些",
"color": 95,
"seats": 90,
"maxTickets": 70
}'
{
"code": 0,
"message": "",
"timestamp": "1996-04-05 06:38:35"
}