public async Task <bool> AddUser([FromBody] UserModel input) { return(await _settingService.AddUser(input)); }