I am trying to implement simple Golang web service, which is used to get an access to Microsoft web service which supports NTLM authentication. I use curl to send a post request from the client side to my web service with NTLM credentials. How can I create a new post request on my web service using NTLM credentials or pass through this authentication further to Microsoft web service?