Authorization: Bearer ********************
{
"zone": 1,
"country": 2,
"state": 6,
"company": 1,
"start_weight_unit_of_measurement": 1,
"start_weight": 1,
"end_weight_unit_of_measurement": 1,
"end_weight": 10,
"price": 10,
"currency": "AUD"
}
curl --location -g --request POST '{{base_url}}delivery-rates/' \
--header 'Content-Type: application/json' \
--data-raw '{
"zone": 1,
"country": 2,
"state": 6,
"company": 1,
"start_weight_unit_of_measurement": 1,
"start_weight": 1,
"end_weight_unit_of_measurement": 1,
"end_weight": 10,
"price": 10,
"currency": "AUD"
}'
{}