Currently the file upload logic only allows the user to upload a single file and only in the `file` key. Ideally we should support: - Multiple file uploads - Custom file keys for each file - File support for PUT and PATCH
Currently the file upload logic only allows the user to upload a single file and only in the
filekey. Ideally we should support: