Allow using a tuple for files argument to pass few files with the same name.
This is required to test these endpoints https://fastapi.tiangolo.com/tutorial/request-files/#multiple-file-uploads
Example for requests module: https://stackoverflow.com/a/20769921