createNote import { createNote } from "osm-api"; await createNote(-36.880984, 174.738948, "there is a café here"); Response: void