curl --location -g --request PUT '{{ecommercev2_url}}/shippings/680a15c9e86090840ce94e6d/agents/from' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"method": "air",
"countryIso3": "USA",
"customsClearance": {
"amount": 100.50,
"currencyId": "USD"
},
"logistic": {
"amount": 75.25,
"currencyId": "USD"
},
"insurance": {
"amount": 50.00,
"currencyId": "USD"
}
}'
{}
x-access-token: ********************