{
"page": 1,
"limit": 5,
"username": "wbtest",
"sub_username":"cdk123",
"create_date":"2025-10-17"
}curl --location 'https://www.rapidproxy.io/api/agent/get_child_list' \
--header 'app-key: 260a10b2f6f5cad0278a7af3fa629718' \
--header 'Content-Type: application/json' \
--data '{
"page": 1,
"limit": 5,
"username": "wbtest",
"sub_username":"cdk123",
"create_date":"2025-10-17"
}'{
"code": 0,
"total": 2,
"data": [
{
"username": "xxx",
"limit_flow": "-1.00",
"status": 0,
"total_consumed": "0.00",
"memo": "xxx",
"password": "xxx"
},
{
"username": "xxx",
"limit_flow": "1.00",
"status": 1,
"total_consumed": "0.56",
"memo": "xxx",
"password": "xxx"
}
]
}