This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location -g --request POST '/api/v2/return/{{return_unique_id}}/shipping-rates/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"original_order": {{original_order}},
"return_order": {{return_order}}
}'{}