I am testing REST APIs. Each API consumers the different type of JSON payload. I don't want to fill all input manually. So, I want to generate JSON dynamically (e.g. read values from a text file and fill in JSON structure) and then pass the generated JSON as Request Body in API.
What is the best way to do so? Any recommendations for tools or a plugin?
P.S. The JSON structure in Nested and very complex.