{
"increase": 0,
"currency": "ZiG",
"tariff_type": "ZRVS"
}
curl --location --request POST '/tariffs/update/charge/percent' \
--header 'Content-Type: application/json' \
--data-raw '{
"increase": 0,
"currency": "ZiG",
"tariff_type": "ZRVS"
}'
null