Assign domain to IP (alternate path)
documentedAssociate a domain with an IP.
POST /v3/ips/{ip}/domainsIPsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.mailgun.net/v3/ips/{{$ip}}/domains" \\\n -X POST \\\n -u "api:{{MAILGUN_API_KEY}}" \\\n -H "Accept: application/json" \\\n -H "Content-Type: application/json"