public async Task <IActionResult> CreateUser([FromBody] User value) { await topicObj.AddUserToDBAsync(value); return(Ok()); }