curl --location --request GET 'https://dash.ryzehosting.com/api/v2//server/ddos/rules' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483"
}'{
"response": "DDoS port rules retrieved successfully",
"state": "success",
"code": 200,
"data": {
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483",
"rules_by_ip": {
"185.1.2.3": [
{
"rule_id": 10,
"ip": "185.1.2.3",
"port": 25565,
"protocol": "TCP",
"name": "Minecraft",
"internal_state": "active"
}
]
}
}
}