New feature: import curl commands
By @ana
If you check any API documentation, you'll likely notice many APIs provide sample requests as curl
commands, which is a method of interacting with APIs via the command line. You can now copy and import these curl commands directly into API Connector as follows:
In Sheets, click Add-ons > API Connector > Import / Export > Import cURL
Paste the whole curl command into the input field
Click Import
This will display the request URL and other elements of the curl command in API Connector's Create screen, where you can modify and run the requests.