This question helped me, but to fix this:
"Invalid property 'files[0][code]'
I had to change keys in postman to: files[0].name and files[0].code (both as Text) and files[0].file (as File)
files[0].name
files[0].code
files[0].file