public PostResult Post([FromBody] UsersEntityInsertUpdate body) { try { return(_userunitofwork.PostUser(body)); } catch { throw new Exception(); } }