How to make an HTTP post request with Node
I am very new to node but I had to use it in a project to send a request to register my Bot. I read a lot of tutorials and I was lost at first, there were so many ways to make a post request but I couldn’t’ figure out which one to use. However, …