{ "creator": "string", "name": "string", "price": 0 }
curl --location --request POST 'https://applet-base-api-t.itheima.net/bill' \ --header 'Content-Type: application/json' \ --data-raw '{ "creator": "string", "name": "string", "price": 0 }'
{}