how to insert data in a specific collection or document in mongodb code example Example: insert command mongo db.collection.insert( { item: "card", qty: 15 } )