Authorization: Bearer ********************curl --location 'http://local.zhongyibrowser.com:39025/api/v1/proxies?page=undefined&size=undefined&proxy_id=undefined&name=undefined&remark=undefined&mode=undefined&protocol=undefined&status=undefined&expired=undefined&order_by=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "success",
"data": {
"items": [
{
"id": "string",
"name": "string",
"remark": "string",
"status": "unchecked",
"checked_at": "2019-08-24T14:15:22.123Z",
"browser_count": 0,
"is_expired": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"mode": "custom",
"config": {
"protocol": "http",
"ip_protocol": "ipv4",
"host": "string",
"port": 1,
"username": "string",
"password": "string"
}
}
],
"total": 0,
"page": 1,
"size": 1,
"total_pages": 0
}
}