export const HOST = "http://api.notesnook.com/"; export const HEADERS = { agent: "nn/1.0.0", origin: "notesnook.com", "Content-Type": "application/json", };