DNS
Api versioning should be added, if non provided it should default to v1 and if set to latest should default to the newest supported version.
Versions
Domain names
Each segment of a domain name needs to follow the following regex:
/^[a-z0-9\-]{1,24}$/mi
Full length regex: /^([a-z0-9\-]{1,24}\.)+[a-z0-9\-]{1,24}$/mi