Our web service expects the MD5 hash of the whole body. I think this could be done with the pre-request script. Does anybody know how I can access the request body in the pre-request script?
I found this for creating the md5: How to compute a md5 hash in a pre-request script in PostMan?
...but it doesn't show how to access the body.