Authorization: Bearer ********************{
"base_price": "",
"per_kg": "",
"service_charge": "",
"tax": "",
"value_fee": ""
}curl --location --request PUT '/admin/inter-state-pricing' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"base_price": "",
"per_kg": "",
"service_charge": "",
"tax": "",
"value_fee": ""
}'{}