Ludus 2 is in BETA. This API is subject to change until Ludus 2 is released.
curl --location --request POST 'https://mock.apidog.com/m1/1126461-0-default/testing/deny?rangeID&userID' \
--header 'Content-Type: application/json' \
--data-raw '{
"domains": [
"example.com"
],
"ips": [
"203.0.113.4"
]
}'{
"denied": [
"203.0.113.4"
],
"errors": [
{
"item": "example.com",
"reason": "was not allowed"
}
]
}