Open
Description
Steps to Reproduce
- Open the Compose Tool in your application.
- Click Import → cURL.
- Paste the following command into the import dialog:
curl --location 'https://httpbin.proxyman.app/post' \
--header 'Content-Type: application/json' \
--data '{
"id":"1234"
}'
Current Behavior
- An error alert appears.
Expected Behavior
- The Compose Tool should successfully parse the cURL command.
- The request URL, headers, and JSON body should populate the compose fields automatically.