We have built REST API that takes input as a File, which provides the expected output/response content after server-end logic execution.
However we have hundreds of such input files, that we would like to validate and verify the result/output.
Could you pls let us know, is there any possibility that we can do this using script/post-man/any other tool, to choose/target a folder(which contains those input files) and does makes API call ?
Thanks.