import_from_curl
Parses a cURL command to create and add an API request to a selected collection in Insomnia.
Instructions
Create a request from a cURL command
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| curlCommand | Yes | The cURL command to parse | |
| collectionId | Yes | ID of the collection to add the request to | |
| requestName | No | Name for the new request | |
| folderId | No | Optional folder ID to place the request in |