curl --location --request GET '/api/proxy?page&limit&area&is_active&type'{
"data": [
{
"id": "string",
"type": "HTTP",
"ip": "string",
"port": 0,
"username": "string",
"password": "string",
"rotate_url": "string",
"rotate_time": 0,
"ip_public": "string",
"region": "string",
"area": "vn",
"is_active": true,
"failed_count": 0,
"last_used_at": "2019-08-24T14:15:22.123Z",
"expired_at": "2019-08-24T14:15:22.123Z"
}
],
"paging": {
"total": 0,
"page": 0,
"limit": 0,
"total_pages": 0
}
}