Multipart form data in request json

Hi,

We have a requirement to send resquest in a Connect-REST using multipart/form-data.

We are not sending any attachment but the base64 encoded string is sent in json format. There are multiple json sent in the same request using multipart.

We can test it in postman by putting the content type = multipart/form-data and the adding the request body using form-data option.

How can we use multiple json in the same request in pega?

@SudhanshuS17262633 is the below question not the same?

Creating a rest connector with multipart-form data