In the method `FakeWeb.register_uri` there is a `:body` option but it is related to the `response.body`. How can I define a `request.body` in the way the mocked request has to have this body in order to accomplish the mock? This is for a `post` method.