This component provides a quick and easy way to create the body of a multipart/form-data message.you can pass all kind of params ie. body, header, query to request and get response.
Added the ability to perform multipart/form-data requests using the PUT. This resolves a common limitation in standard OutSystems REST integrations.
The main action now includes a non-mandatory boolean parameter (IsPutMethod) to switch between POST and PUT methods seamlessly.