Set Json Body Command

TODO

Should send given json body

When following fixture is executed:
<rest:request>
	<rest:post>/hello</rest:post>
	<rest:jsonBody>{ "name": "World" }</rest:jsonBody>
</rest:request>		
		
Then request has been sent to /hello with body equal to { "name": "World" }