When our retry code executes, it does a http post request passing in a parameter body.The parameter body has data in it during debugging.
However, the http request content is blank, thus sending the http request resulted in a bad request error.
Why is our parameter empty when we are retrying to send an http post request?