public ProfileGetMineResponseDto GetMine(ProfileGetMineRequestDto request) { throw new System.NotImplementedException(); }
public ProfileGetMineResponseDto GetMine([FromBody] ProfileGetMineRequestDto request) => ProfileService.GetMine(request);