Authorization: Bearer ********************
{
"blocked_ip_list": [
{
"blocked_ip": "string",
"type": 0,
"release_time": 0
}
]
}
curl --location --request POST 'http://39.100.59.112:8000/iplib/blockedip' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"blocked_ip_list": [
{
"blocked_ip": "string",
"type": 0,
"release_time": 0
}
]
}'
{
"code": 0,
"message": "string",
"data": {
"domain_uuid": "string",
"ip_list": [
"string"
]
}
}