HOW TO USE MULTIPART POSTDATA

HOW TO USE MULTIPART POSTDATA

you can use it in the default form of PostData, just replace the LineBreak with \n

Correctly?
------WebKitFormBoundarycv6DxrDeWmyx0kWO\nContent-Disposition:\nform-data;\nname=“grant_type”\npassword\n------WebKitFormBoundarycv6DxrDeWmyx0kWO\nContent-Disposition:\nform-data;\nname=“username”<input.USER>\n------WebKitFormBoundarycv6DxrDeWmyx0kWO\nContent-Disposition:\nform-data;\nname=“password”<input.PASS>\n------WebKitFormBoundarycv6DxrDeWmyx0kWO–

Yeah, or else, instead of Standard request, click on MultiPart on the HTTP Request block.
Add string and name it username, in the data put <input.USER>
add then another string and name it password
In the data put <input.PASS>