I am trying to add a new record into mongodb using fastapi endpoint the data is inserting successfully into the db but also recieving the follwoing error from endpoint can anything tells that whats the actuall problem.
ValueError: [TypeError("'InsertOneResult' object is not iterable"), TypeError('vars() argument must have __dict__ attribute')]