import { LinksunBackend } from "@/services/api";

export async function geraRSI(data: any) {
  const nomeDaFuncao = "geraRSI";
  return LinksunBackend.post(`?action=${nomeDaFuncao}&class=RSI_B`, data, {
    noToast: true,
  });
}
