{
"appId": "string",
"nonce": "string",
"signature": "string",
"version": "string",
"data": "string",
"temp_data": {
"conds": {
"orderCode": "string",
"reqOrderId": "string",
"proxyId": "string",
"status": "pending",
"ip": "string",
"username": "string",
"countryId": "string",
"cityId": "string"
},
"limit": 1,
"page": 30,
"returnTotal": false
}
}curl --location 'https://api.owlsproxy.com/eapi/oapi/static/proxy/search' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string",
"nonce": "string",
"signature": "string",
"version": "string",
"data": "string",
"temp_data": {
"conds": {
"orderCode": "string",
"reqOrderId": "string",
"proxyId": "string",
"status": "pending",
"ip": "string",
"username": "string",
"countryId": "string",
"cityId": "string"
},
"limit": 1,
"page": 30,
"returnTotal": false
}
}'{
"err": 0,
"data": {
"data": [
{
"proxyId": "string",
"status": "pending",
"orderCode": "string",
"reqOrderId": "string",
"lineId": "string",
"bizEnv": "string",
"ip": "string",
"username": "string",
"pwd": "string",
"port": "string",
"countryId": "string",
"cityId": "string",
"expiredAt": "string",
"createdAt": "string"
}
],
"total": 0
},
"traceId": "string"
}