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