// Auto-generated payments service import { api } from "./api"; export function post(data: Record) { return api.post("/api/payments", data); }