{
"warehouseId": "string",
"createTimeFrom": "string",
"createTimeTo": "string",
"rmaCodes": [
"string"
],
"thirdCodes": [
"string"
],
"size": 10,
"current": 1
}curl --location '/open/return/page' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data '{
"warehouseId": "string",
"createTimeFrom": "string",
"createTimeTo": "string",
"rmaCodes": [
"string"
],
"thirdCodes": [
"string"
],
"size": 10,
"current": 1
}'