Good day! In my negative test cases I have to PUT a request without Content-Type header in order to match desired 4xx status code. The problem is karate automatically sets an ap
You can pass Content-Type by using the below line:
And header Content-Type = 'application/json; charset=utf-8'