{
"type": 0,
"name": "string",
"inOrOut": 0,
"sourceId": 0,
"moneyList": [
{
"bookId": 0,
"moneyId": 0,
"money": "string"
}
]
}
curl --location --request POST '/user/money/total/insert' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"name": "string",
"inOrOut": 0,
"sourceId": 0,
"moneyList": [
{
"bookId": 0,
"moneyId": 0,
"money": "string"
}
]
}'
{
"code": 0,
"msg": "",
"data": false
}