带有密码的客户端证书的SSL握手

I need to make a curl request from GoLang with Client Cert, Client Cert password and a private key.

I have been provided with Client Cert, it's installation password and the key. To hit the end point with Postman I assert the Certificate to CRT field, key to Key field and the password to the Passphrase field and I am able to hit the end point. i wish to make the same connection using GoLang, how do I make an HTTPS request passing these three?

enter image description here