How do we configure feathers js to support form-data ? . Basically my current implementation right now supports raw json , but I have a feature where I have to upload file to amazon bucket and the only way to upload the file like using postman is to support form-data . Thanks
or like is there a way we can upload file without using form-data ? like using raw in post-man ? (edited)