import callAPI from "@/core/caller"; export async function getAllCenters() { return await callAPI.get(`/center/all`).then((res) => res.data); }