Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/stat/bwlist' \
--header 'Accept;'
{
"code": 0,
"data": {
"next": "string",
"previous": "string",
"count": 0,
"results": [
{
"ip": "string",
"type": 0,
"total": 0
}
]
}
}