You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Convert the cURL incorrectly which contains single quotes through importing
To Reproduce
Click "Import" button > click "cURL" > paste the curl bellow, and then we can found that the request body was cut curl --location 'http://xxx' \ --header 'Content-Type: application/json' \ --data '{ "input": "I'\''m good" }'
Expected code snippet and corresponding request
Convert to a correct request body