Hi,
I am trying to use the File Upload API ( https://developer.box.com/reference/post-files-content/ ) in my application to upload files to Box folders.
However I need to convert the multipart/form-data inputs into a body in order to be able to use the API in my application.
Has anyone done this before? Any guidance would be appreciated on what the syntax of such a body would be based on the multipart/form-data syntax.
Thanks, Nick

