curl --location --globoff 'https://api.proxymanager.top/api/v1/pools/list?token={{token}}&pageIndex=1&pageSize=10'{
"data": [
{
"name": "text for pool from API",
"description": "This is a sample pool description",
"poolId": "51dba870-****-4bd0-8884-155ba1afba03",
"teamId": "d1192f87-****-47e5-845a-530b5de87048",
"userId": "972fd435-****-4860-a082-e35b75ec3dd4",
"status": 1,
"isCheck": true,
"proxyList": [
"http://proxy1.com:8080",
"http://proxy2.com:8080"
],
"rule": {
"type": 2,
"metadata": {
"limit": {
"count": 100,
"second": 60
}
}
},
"reqCount": 0,
"useBytes": 0,
"creator": {
"userId": "0b5839ee-****-4193-a8c8-202c6eeca14c",
"userName": "********@gmail.com"
},
"createdAt": "2025-09-01T02:53:58.495Z",
"updatedAt": "2025-09-01T02:53:58.495Z"
}
],
"total": 1,
"pageIndex": "1",
"pageSize": "10"
}