{
"address": {
"contact": "string",
"phone": "string",
"email": "string"
}
}
curl --location --request POST '/shipment//redirect' \
--header 'Accept-Language;' \
--header 'X-Correlation-ID;' \
--header 'X-LogLevel;' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": {
"contact": "string",
"phone": "string",
"email": "string"
}
}'
{}