Viktoriia Vlasiuk
01/13/2023, 9:13 AMWillRespondWith(http.StatusOK, func(b *consumer.V4ResponseBuilder) {
b.
Header("Content-Type", matchers.S("application/json")).
JSONBody(matchers.MapMatcher{
"code": matchers.Term(code, uuidMatcher),
"closed-at": matchers.Timestamp(),
})
},
)
and the contract: