Implement DynDNS - dynu.com

Hi,
are there plans to implement the curl method into the GUI?
This is possible with Hetzner for example:

Update Zone

curl -X "PUT" "https://dns.hetzner.com/api/v1/zones/{ZoneID}" \
     -H 'Content-Type: application/json' \
     -H 'Auth-API-Token: LlGoDUQ39S6akqoav5meAsv5OIpeywhj' \
     -d $'{
  "name": "example.com",
  "ttl": 86400
}