Gregory GoijaertsProdigy
Within our desktop application I've tried uploading files to the API but figuring out how to send raw image data as the request body is a pain in JS. It'd make it a lot easier if the API allowed for base64 encoded files or a multipart/form-data request with a single form field for the file