New feature: log request URLs
By @ana
This feature lets you print your request URL into your response sheet. This is useful in cases where the request URL itself contains some important metadata that isn't available from the API response.
For example, consider the URL
https://api.com/v2/classes/12345
, where 12345 represents a class ID. This example comes from a real API, where for each class ID, the API sends back a list of students and their performance statistics, but doesn't include the class ID in their response. This becomes hard to work with when you're running API requests to a lot of different class IDs. Adding in the request URL resolves the issue.