Api versioning should be added, if non provided it should default to v1.
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
/^[a-z0-9\-]{1,24}$/mi
/^([a-z0-9\-]{1,24}\.)+[a-z0-9\-]{1,24}$/mi