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.
Updated the demo and documentation for the component.
**Bug Fixes**