I am trying to retrieve an access token in Postman to make api calls to our gallery. However, I keep getting the error "DNSLookup: ENOTFOUND {DomainNameOfOurGallery}
I'm using oAuth2.0, our server version is 2022.1, the access token URL is coming from our swagger documentation (I can successfully query the swagger docs after authenticating with basic auth and my API creds). If i copy and paste the swagger docs outside of the server, I can load it up, so I dont think it is a firewall issue. The access token URL is coming straight from swagger, there are no misspellings, or punctuation.

Also, when I try and import the swagger docs into Postman using the "Link" for import, I get the following error:

Not sure what the issue is, might be something simple. I appreciate any help!