Create a new tmux session:
tmux new-session -s my-session # launch `top`, `htop`, or anything that will regularly updates, then detach
Stream your session:
STREAM=$(curl -sX POST -d '' stream.chunk.io/streams)
echo $STREAM
socat EXEC:"tmux attach -t my-session",pty,stderr EXEC:"curl -T - $STREAM"
curl --no-buffer $STREAM