How to add json to the body of an http post in java How to add json to the body of an http post in java java java

How to add json to the body of an http post in java


You should set the Content-Type header to "application/json". Everything else looks good.