I have a cURL request which I'm able to run via Windows PowerShell:
curl -k -X GET "https://api.xxx.com/open/api/exchange-rates/v1/exchange-rates?validityDateTime=2023-03-30T06%3A00%3A00.000Z" -H "accept: */*" -H "x-correlation-id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -H "x-api-key: Bearer aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaaa"
(URL and API keys replaced with "x" or "a")
How would I request this via MS Access VBA, with WinHttp.WinHttpRequest.5.1?