I want to send an array of objects to my API in Adonisjs and save this data in a table using Model.createMany (), but I don\'t know how to do it.
Model.createMany ()
I read