Issue
After creating the civo network "test-net", creating a civo firewall with the command civo fw create test-fw -n test-net --create-rules false, creates the default rules (same as when the --create-rules is true:
For example:

Acceptance Criteria
- When the user performs the command
civo create fw with the flag --create-rules=false, there will be no rules created for the firewall.