public BaseResponse <IEnumerable <BoardOutputDto> > Get([FromHeader] IDictionary <string, string> @params) { var role = User.GetRole(); return(_boardService.Get(role, @params)); }