import api from "src/api"; export const getFranchisee = async () => { const { data } = await api.get("/franchisee"); return data.payload; };