Odd issue after reinstall of Windows 10

I recently installed Windows 10 on a new boot drive and reinstalled my applications. After installing postman and syncing, I started where I had left off … a working end point. However on my first try Postman gives me. I checked my settings (although the end point’s URL is valid and certified) I do have SSL verification turned off. Proxy is not enabled (and I don’t need it).

Could not get any response

There was an error connecting to https:// ... remote url  

I opened up the Postman console and it is showing ERROR: ETIMEOUT.
However if I copy the “curl code” from postman and post it in Git Bash on the same machine … a valid JSON reply comes back with no issue.

curl -X GET \
>   https:// ... 
>   -H ... 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1477  100  1477    0     0   1930      0 --:--:-- --:--:-- --:--:--  1928 

Postman for Windows
Version 6.7.4
win32 10.0.17763 / x64

EDIT: P.S. I should mention that I do have OAUTH2 enabled on the end point (local not inherited) and I can request a new token and it does get the token and “preview request” does update the token in the headers.

I uninstalled, deleted the appdata directory and reinstalled postman … it started working.