getPort
Get the port number from a URL string.
url(required): URL string
bash
echo '{"url": "https://api.example.com:8443/v1"}' | utlx -e 'getPort($input.url)'
# 8443utlx
{
port: getPort($input.url)
}