curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -X GET -H 'Content-Type: application/json' 'https:
[
  {
  "interface":"WAN 1",
  "status":"Active",
  "ip":"10.0.0.0",
  "gateway":"10.0.0.1",
  "publicIp":"123.123.123.1",
  "dns":"8.8.8.8, 8.8.4.4",
  "usingStaticIp":true
  },
  {
  "interface":"WAN 2",
  "status":"Ready",
  "ip":"10.0.4.2",
  "gateway":"10.0.4.1",
  "publicIp":"123.123.123.2",
  "dns":"8.8.8.8",
  "usingStaticIp":false
  }
]