curl --request PUT \
--url https://api.dooki.com.br/v2/{alias}/logistics/carriers/{carrierId}/prices/{id} \
--header 'Content-Type: application/json' \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>' \
--data '
{
"id": 123,
"carrier_id": 123,
"description": "<string>",
"zipcode_min": 123,
"zipcode_max": 123,
"min_weight": 123,
"max_weight": 123,
"price": 123,
"extra_weight_price": 123,
"delivery_days": 123,
"increment_percent": 123
}
'