curl --location --request POST 'https://v4.fenxi365.com/api/cashier/io' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"accountSetsId": 0,
"type": "收",
"name": "string",
"code": "string"
}'
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}