fun <T> Builder<ResponseEntity<T>>.statusCodeIs2xxSuccess(): Builder<ResponseEntity<T>>
Asserts that the status code is a 2xx Success response.