I am documenting a web API and I need the curl and httpie examples to be a valid calls to our endpoints. The problem is that the example curl snippet includes a port number and I dont see any way to get rid of it. I see how to set the port number, but I dont see how to get rid of it completely.
Am I missing something? It seems like this would be a common use case.
Thanks in advance for any help!