I need to upload files with users documents information just like so:
{ "documents": [ "documentType": "string", "file": "byte[]", ], "requestId": "string", }
how do i do this on Postman?
i've tried many ways, such as:

also changing to just "file" + file, and "documents[0]" + file, and "documents[0][file]".