Ability to Modify Request Body via Plugins

Improvement
I am testing against an API that requires specific request body parameters to be present for authentication purposes.
Currently the plugin context lets me manipulate headers, and see the body, but not manipulate the body. Would be great to be able to check body has correct data, if not, inject it, via an AuthenticationPlugin.