{
"corporateId": "684c0362695d8225106d168c",
"serviceId": "60af264e604c72cd90666f0b",
"fee": {
"type": "standard",
"percentage": "1000001",
"value": "percentage * amount + fixed"
}
}curl --location --request POST '/admin/corporateCustomer/updateCorporateFee' \
--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 '{
"corporateId": "684c0362695d8225106d168c",
"serviceId": "60af264e604c72cd90666f0b",
"fee": {
"type": "standard",
"percentage": "1000001",
"value": "percentage * amount + fixed"
}
}'