curl --location -g --request POST '{{ecommercev2_url}}/shippings/agents' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"type": "customs_brokers",
"from": {
"countryIso3": "USA"
},
"to": {
"agentId": "67f2a8f0a4e6e6146b49540a",
"countryIso3": "COG"
},
"services": ["service1", "service2"],
"email": {
"subject": "Shipping Quotation Request",
"body": "Please review the shipping quotation details"
},
"quotationId": "6808ef5d949587cd5badeec7"
}'