Http request failed: the content was not a valid JSON. Error while parsing JSON: 'Unexpected character encountered while parsing value: O. Path '', line 0, position 0.'
I have also checked the JSON, it is valid one. The same request works perfectly well in PostMan.
Also if I dont give body and hit it , it goes to intended endpoint and returns body missing error which is also correct. But when i give the body it fails. Can you look into this please ?