curl --location --request POST 'https://v4.fenxi365.com/api/voucher/tpl' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"accountSetsId": 0,
"title": "string",
"details": [
{}
]
}'
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}