DSL for using RestAssured with Kotlin Example given { on { get("/orders/123") itHas { statusCode(404) }