const { mutate } = useCreateMany(); mutate( { resource: "YOUR-RESOURCE", values: [] }, { onSuccess: () => { // your logic in here }, }, );