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