I'm trying to transfer our network configuration from one network to another, and the part that it fails at is the PUT call to l3FirewallRules, specifically it says that the "dest CIDR" rule cannot be "Local Lan". Either an ip address, or "any". However, "Local Lan" is the default value in the firewall rules whenever an SSID is created. In other words, if I just create a default SSID and decide to transfer its rules somewhere with the API call, I wouldn't be able to, because of that "dest CIDR" error. So, is there a way to either make "Local Lan" work as an input, or consistently convert it into proper ip addresses for all the networks, without any potential issues arising?