// Auto-generated users service import { api } from "./api"; export function get_id(id: string) { return api.get(`/api/users/${id}`); }