{
"voucherId": 1,
"appUserId": 1,
"externalUserId": "ext_user_001"
}curl --location --request POST 'http://10.168.1.163:48080/open-api/v1/cash-voucher/refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"voucherId": 1,
"appUserId": 1,
"externalUserId": "ext_user_001"
}'{
"code": 0,
"msg": "",
"data": false
}