Obsidian-wordpress push blog 404

  const response = await (0, import_obsidian9.requestUrl)({
    url: endpoint,
    method: "POST",
    headers: {
      "user-agent": "obsidian.md",
      ...predefinedHeaders,
      ...options.headers
    },
    body: requestBody
  });
  console.log("POST response", response);

I can call the interface through postman but return 404 through obsidian’s requestURL