{
"tiers": [
{
"type": "standard",
"credit": {
"max": 0,
"percentage": 0,
"fixed": 0
},
"debit": {
"max": 0,
"percentage": 0,
"fixed": 0
},
"condition": "amount>0"
}
],
"name": "test abc",
"glTarget": "L100000201",
"currency": "VND"
}curl --location --request POST '/admin/fee/createFee' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'User-Agent: Mozilla/5.0' \
--header 'Referer: https://wallet-admin-vpay-dev2.vinsmartfuture.tech/' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"tiers": [
{
"type": "standard",
"credit": {
"max": 0,
"percentage": 0,
"fixed": 0
},
"debit": {
"max": 0,
"percentage": 0,
"fixed": 0
},
"condition": "amount>0"
}
],
"name": "test abc",
"glTarget": "L100000201",
"currency": "VND"
}'