We have a post request which needs file uploads in request body. How can we iterate same request with different files?

I need to run the above request multiple times with different files to be uploaded in key file1 and file2 of body request.

Any help would be appreciated.