{
"tariff_code": "string",
"fee": {
"ZiG": 0,
"USD": 0
},
"tariff_type": "ZRVS"
}
curl --location --request POST '/tariffs/update/charge/single' \
--header 'Content-Type: application/json' \
--data-raw '{
"tariff_code": "string",
"fee": {
"ZiG": 0,
"USD": 0
},
"tariff_type": "ZRVS"
}'
null