1 2 3 4 5
import { getById } from "./util"; export function getSection(sectionId) { return getById("/sections/{sectionId}", { sectionId }); }