How can i POST JSON string into POST/PUT request method using RestFuse?
@HttpTest( method = Method.POST, path = "/" )
public void postStocks() {
assertOk( response );
}
with JSON string as
e.g.,
I can't use content in @HTTPTest (can't use JSON string in content).