Authorization: Bearer ********************{}curl --location --globoff --request PATCH '{{base_url}}delivery-rates/rate-card-by-company/?company_id=1&country=2&start_weight_unit_of_measurement=gm&start_weight=1&end_weight_unit_of_measurement=gm&end_weight=10&search=kjj&ordering=id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}