import apiClient from "./index"; // 사용자 권한 목록 조회 export const findAllSystem = () => { return apiClient.post(`/admin/auth/findAllSystem.json`); }