{
"id": "66b0290139091f7564341483",
"code": "500010100824",
"fee": {
"type": "standard",
"percentage": "0.5",
"fixed": "10"
},
"name": "MAI1",
"phone": "70005004"
}curl --location --request POST '/admin/merchant/updateMerchantFee' \
--header 'Authorization: Bearer f41e8fd7-3221-4b36-8dc3-623890b2c078' \
--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 '{
"id": "66b0290139091f7564341483",
"code": "500010100824",
"fee": {
"type": "standard",
"percentage": "0.5",
"fixed": "10"
},
"name": "MAI1",
"phone": "70005004"
}'