AppKey: ********************{
"page": 0,
"page_size": 0
}curl --location 'https://ip2up.com/api/v1/static/list' \
--header 'AppKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"page": 0,
"page_size": 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
}
}