{ "client_name": "dyz" }
curl --location --request POST 'http://localhost:8080/api/checkout' \ --header 'Content-Type: application/json' \ --data-raw '{ "client_name": "dyz" }'
{ "status": "string", "bill": 0 }