curl "http://127.0.0.1:22999/api/refresh_ips" \
	-H "Content-Type: application/json" \
	-d '{"zone":"ZONE","ips":["10.0.0.1"]}'
{
  "ips": [
	{
	  "ip":"10.0.0.1",
	  "maxmind":"us"
	},
	{
	  "ip":"20.0.0.1",
	  "maxmind":"us"
	}
  ]
}

API endpoint: POST /api/refresh_ips

POST body

zone
string
required

Zone name

ips
array

Static IPs. e.g. ips=["ip1","ip2"]

vips
array

gIPs. e.g. vips=["gip1","gip2"] [array]