How do we test a GET call with POST body in its request using karate API.
When trying to provide Request body for Get method in Karate API, it doesn't take the request and throws 400 status code and says expected JSONArray and found Null
A body for a GET
is supported in the latest versions. See https://stackoverflow.com/a/55812032/143475
Else your question does not make sense, so please consider this not supported in Karate.