import_from_curl
Parse a cURL command to create a request in your chosen collection, with an optional folder placement.
Instructions
Create a request from a cURL command
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | No | Optional folder ID to place the request in | |
| curlCommand | Yes | The cURL command to parse | |
| requestName | No | Name for the new request | |
| collectionId | Yes | ID of the collection to add the request to |