Hi,
We are using ODataModel batch operation (where we are sending one GET and one PATCH call in a single batch operation). As per MockServer documentation, the supported method in a requests are "GET"|"POST"|"DELETE|"PUT". Does this apply for batch as well. Somehow I noticed when I run the app on Mock server, it returns dummy response for such requests. How to stub a batch request in Mockserver?