{"form":{"id":2,"customer":3,"time":"2024-10-01","number":"QTSRD0002","total":100,"actual":100,"money":100,"account":5,"frame":1,"user":1,"person":"","file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","amount":0,"examine":0,"nucleus":0},"info":[{"inc":1,"money":"100","data":""}]}
curl --location --request POST '/api/ice/save' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{"form":{"id":2,"customer":3,"time":"2024-10-01","number":"QTSRD0002","total":100,"actual":100,"money":100,"account":5,"frame":1,"user":1,"person":"","file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","amount":0,"examine":0,"nucleus":0},"info":[{"inc":1,"money":"100","data":""}]}'
{
"state": "success",
"info": 2
}