AppKey: ********************{
"page": 1,
"page_size": 10,
"status": -1,
"ip":"",
"port":"",
"country_code": "",
"enable_type": 0,
"due_type": 0,
"start_date": 0,
"end_date": 0
}curl --location 'https://iptuns.com/api/v1/static/list' \
--header 'AppKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"page": 1,
"page_size": 10,
"status": -1,
"ip":"",
"port":"",
"country_code": "",
"enable_type": 0,
"due_type": 0,
"start_date": 0,
"end_date": 0
}'{
"code": 0,
"msg": "string",
"data": {
"static_iplist": [
{
"city_name": "string",
"country_id": 0,
"country_name": "string",
"created_time": 0,
"deadline": 0,
"description": "string",
"id": 0,
"ip": "string",
"order_id": "string",
"password": "string",
"port": 0,
"protocol": "string",
"region_id": 0,
"region_name": "string",
"status": 0,
"type": 0,
"updated_time": 0,
"user_id": 0,
"username": "string"
}
],
"total": 0
}
}