{
"appId": "string",
"nonce": "string",
"signature": "string",
"version": "string",
"data": "string",
"temp_data": {
"conds": {
"areaId": 0,
"countryId": 0,
"cityId": 0,
"protocol": "vmess",
"ispType": "premium"
},
"limit": 1,
"page": 30,
"returnTotal": false
}
}curl --location 'https://api.luluproxy.com/eapi/oapi/static/search' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string",
"nonce": "string",
"signature": "string",
"version": "string",
"data": "string",
"temp_data": {
"conds": {
"areaId": 0,
"countryId": 0,
"cityId": 0,
"protocol": "vmess",
"ispType": "premium"
},
"limit": 1,
"page": 30,
"returnTotal": false
}
}'{
"err": 0,
"data": {
"data": [
{
"_id": "string",
"areaId": "string",
"countryId": "string",
"cityId": "string",
"amount": "string",
"ispType": "share",
"protocols": [
"vmess"
],
"extraAmounts": [
{
"key": "string",
"value": "string",
"amount": 0,
"currency": "string"
}
],
"segments": [
"string"
]
}
]
},
"total": "string",
"traceId": "string"
}