{ "balance": 39123.2 }
curl --location --request PUT '/refuel/car//charge' \ --header 'Content-Type: application/json' \ --data-raw '{ "balance": 39123.2 }'
{}