{
"appId": "string",
"nonce": "string",
"signature": "string",
"version": "string",
"data": "string",
"temp_data": {
"conds": {
"areaId": 0,
"countryId": 0,
"cityId": 0,
"protocol": "vmess",
"ispType": "premium",
"qty": 0,
"days": 0,
"confirmType": "realtime",
"bizEnv": "string",
"currency": "string"
},
"limit": 1,
"page": 30,
"returnTotal": false
}
}curl --location 'https://api.owlsproxy.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",
"qty": 0,
"days": 0,
"confirmType": "realtime",
"bizEnv": "string",
"currency": "string"
},
"limit": 1,
"page": 30,
"returnTotal": false
}
}'{
"err": 0,
"data": {
"data": [
{
"_id": "string",
"areaId": "string",
"countryId": "string",
"cityId": "string",
"bizEnv": "string",
"amount": "string",
"minDays": 0,
"maxDays": 0,
"ispType": "share",
"pgkDiscounts": [
{
"days": "string",
"rate": "string",
"type": "rate"
}
],
"protocols": [
"vmess"
],
"qty": 0,
"extraAmounts": [
{
"key": "string",
"value": "string",
"amount": 0,
"currency": "string"
}
],
"confirmType": "realtime"
}
]
},
"total": 0,
"traceId": "string"
}