body Matches Predicates
Adds multiple predicates to match against the request body. Each predicate will be applied to evaluate whether the request body satisfies the specified conditions.
Return
The same instance of RequestSpecificationBuilder with the predicates applied for further customization.
Parameters
predicate
A variable number of predicates to evaluate the request body. All predicates are added as matchers for the request body.