Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/iplib/blockedip?page=1&limits=20&blocked_ip=' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"blocked_ip_list": [
{
"blocked_ip": "string",
"type": 0,
"release_time": 0
}
]
}
}