{"form":{"id":0,"customer":3,"supplier":"","time":"2024-10-01","number":"JSD0002","type":0,"frame":1,"user":1,"person":"","file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","examine":0},"info":[{"mold":"cia","type":"imy","form":1,"money":10,"data":""},{"mold":"re","type":"sell","form":3,"money":10,"data":""}]}
curl --location --request POST '/api/bill/save' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{"form":{"id":0,"customer":3,"supplier":"","time":"2024-10-01","number":"JSD0002","type":0,"frame":1,"user":1,"person":"","file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","examine":0},"info":[{"mold":"cia","type":"imy","form":1,"money":10,"data":""},{"mold":"re","type":"sell","form":3,"money":10,"data":""}]}'
{
"state": "string",
"info": 0
}