curl --location --request PUT '/v1/external/shipments/ndr' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "String",
"action": "reattempt/rto/reattemptwithaddress/reattemptwithphonenumber",
"updatePhoneNumber": "String",
"addressLine1": "String",
"addressLine2": "String",
"city": "String",
"state": "String",
"pincode": "String"
}'{}