Hi everyone,
this is my first post so therefore bear with me
Is there a way to have an endpoint (rest API) for file upload so that my customers can get their scripts automatically run? My question is how do I get the request within the endpoint?
The request is sent as the following
β394ec8f1-559f-4320-83ba-dedf40dd0b29
Content-Disposition: form-data; name=fileData; filename=testUpload.txt
Content-Type: text/plain
some content here
β394ec8f1-559f-4320-83ba-dedf40dd0b29β
I appreciate any help.
Thanks