VBA WinHttp Request to TrackingMore API Returning Empty Data
I am trying to use VBA to get tracking information from the TrackingMore API. I am using the WinHttpRequest object in VBA. My API calls seem to be successful as I get a response with a status code of 200, but the data array in the response is empty. Here is my code: