For example:
curl https://104.154.116.193 -H 'Host: www.stream.me' -v -k
Btw, check out curl's --resolve flag. You can use it to override default DNS resolution and can then drop the -k flag.
For example:
curl https://104.154.116.193 -H 'Host: www.stream.me' -v -k