Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/total/flow' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"bandwidth_peak": 0,
"total_flows": 0,
"requests": 0,
"unidentified_attack": 0
}
}