{
"carNo": "易",
"balance": 92.56465,
"status": 0,
"enterprise": 1
}
curl --location --request POST '/refuel/car' \
--header 'Content-Type: application/json' \
--data-raw '{
"carNo": "易",
"balance": 92.56465,
"status": 0,
"enterprise": 1
}'
{
"code": 0,
"message": "",
"timestamp": "1991-04-13 09:32:02"
}