id, barcode, or invoice.curl --location --request PUT 'https://apisv5.logestechs.com/api/secure/integration/packages/return?id=&barcode=&invoice=&timezone=' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"note": "string",
"isCostPaid": true,
"noteKey": "string",
"deliveryProofUrlList": [
"string"
],
"costPaid": true
}'