Hello,
I have a usecase where we are trying to upload an excel file through a POST call and store it into the virtual service Data folder.
It is through the request body form-data
Have used the HTTPTransaction class getRequestContent() method but it returns some other data.
Is there any way to take it directly from the request and put it into the data folder?