How to make a curl command that will send the result of the previous cmd command to a domain/ip/webhook
I’m trying to make one succinct command made of two individual ones. The first command will result in some kind of output. I would like the second command be a curl command that sends the full contents of the output from the previous command to wherever I would like it. Is this possible?