How can I do batch inserts in Spring data-rest? There is a method in SimpleJPARepository but what json post to the service will invoke it?

public <S extends T> List<S> save(Iterable<S> entities)