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