using iknow_api.DTOs; using iknow_api.Models; namespace iknow_api.Services { public interface IUserService { Task GetUserData(string userId); } }