Current Implementation
When logged in users create poker session, there session is available is open place in db.
Requirement
Update the web api for logged in user to create the session in the private collection of the user.
Benefit
Helps in secure the poker session for logged In Users and save the topics discussed during the session.
Although saving topic in the list is another issue which can be extended after this. #1