{
"plate": "比",
"driverId": 88,
"enterpriseId": 76,
"organizationId": 66,
"type": 83,
"powerType": 95,
"brand": "都",
"model": "些",
"color": 95,
"seats": 90,
"maxTickets": 70
}
curl --location --request PUT '/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": "2009-08-11 08:56:44"
}