{
"appId": "string",
"nonce": "string",
"signature": "string",
"version": "string",
"data": "string",
"temp_data": {
"conds": {
"orderCode": "share",
"reqOrderId": "string",
"status": "pending",
"payChannel": "account",
"qty": 0
},
"limit": 1,
"page": 30,
"returnTotal": false
}
}curl --location 'https://api.owlsproxy.com/eapi/oapi/static/order/search' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string",
"nonce": "string",
"signature": "string",
"version": "string",
"data": "string",
"temp_data": {
"conds": {
"orderCode": "share",
"reqOrderId": "string",
"status": "pending",
"payChannel": "account",
"qty": 0
},
"limit": 1,
"page": 30,
"returnTotal": false
}
}'{
"err": 0,
"data": {
"data": {
"orderCode": "string",
"reqOrderId": "string",
"payChannel": "account",
"status": "pending",
"paidAmount": "string",
"amount": "string",
"discount": "string",
"qty": "string",
"days": "string",
"currency": "string",
"createdAt": "string"
}
},
"traceId": "string"
}