Authorization: Bearer ********************
{
"ips": ["2409:8924:6216:3e2e:80eb:4dff:feb8:e3aa", "117.136.46.131"]
}
curl --location --request DELETE 'http://127.0.0.1:9897/api/bans' \
--header 'Content-Type: application/json' \
--data-raw '{
"ips": ["2409:8924:6216:3e2e:80eb:4dff:feb8:e3aa", "117.136.46.131"]
}'
{
"count": 2
}