I am trying to interface with the USGS elevation point query service API using Automate.
I am having difficulty troubleshooting the errors without seeing the HTTP request code being generated. Is there a way to view this information?
I have the API request working in Postman and Python; so, I believe my problem is how I am using Automate.
Link to the USGS API documentation: https://ned.usgs.gov/epqs/
Snip of the HTTP block inputs:

Compared to the HTTP code generated through Postman:
[[GET /epqs/pqs.php?x=-120.437001&y=36.701&units=Feet&output=json HTTP/1.1
Host: nationalmap.gov]]