Checking site certificate details

I was just wondering if it is possible to make Postman verify the site SSL certificate details. I can see that cURL request curl --insecure -v -X GET https://www.google.com does return the certificate details, but when I import the same request into Postman, all the cURL flags are getting dropped and it does the request curl -X GET https://www.google.com instead. Or am I missing something and trying to reinvent the wheel here? Thanks!