I'm trying to execute the Jmeter script POST call with some 55 thousands of line JSON payload, with this request I see the error as 500 in the Jmeter tool and also seen JSON parser error in the log-entries.
I think Jmeter is not handing with these huge request payload and not parse the correct JSON data to server.
NOTE: With the same payload I am able to execute the API via POSTMAN.
Please suggest how to handle huge payload in the Jmeter.
Thanks,