List network rules
List all the network rules available in the server.
GET api/servers/{server}/network-rules
Example request:
curl -X GET "https://ploi.io/api/servers/{server}/network-rules" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"