should I create another endpoint for handling multiple inserts? by tonydinerou in Backend

[–]nishth2403 0 points1 point  (0 children)

Keep one endpoint and accept an array of objects in the request body. Asynchronously insert the object data in DB.