suspend fun MongoClient.insertAwait(collection: String, document: JsonObject): String
Insert a document in the specified collection
collection - the collection
collection
document - the document
document
resultHandler - result handler will be provided with the id if document didn't already have one
resultHandler
Return