curl --location --request POST 'https://v4.fenxi365.com/api/voucher/delete' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "212121212121212"
},
{
"tid": "61"
},
{
"tid": "32"
}
]'
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}