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