import callAPI from "../caller/config"; export async function getDepartments() { return await callAPI.get("/department/all").then((res) => res.data); }