{
"warehouseId": "string",
"thirdCode": "string",
"rmaCode": "string"
}curl --location '/open/return/delete' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data '{
"warehouseId": "string",
"thirdCode": "string",
"rmaCode": "string"
}'