Using the SDK for wiremock.net I'm trying to link up a webhook on the response.
.RespondWith(Response.Create() .WithStatusCode(200) .WithHeader("Content-Type", "application/json") .WithBodyAsJson(newOrder));
1.4m articles
1.4m replys
5 comments
57.0k users