HTTP Request is a message within a request/response sequence, according to HTTP specification.
See my code below. I am trying to send { "status" : "accepted" } in the body of my request. The error I …