Describe the bug
Curl snippets fail when form data have semicolon(;) in it.
To Reproduce
- Create any request with form-data containing semi-colon(;)
Expected code snippet and corresponding request
According to curl documentation the form values which have semicolon or comma (; or ,) should be enclosed within qoutes.

Screenshots

Additional context
enclosing the contents inside quotes is helpfull but it comes with a downside. The quotes become part of the form data and are sent together