寻找如何使用此处定义的写入 API 创建新用户的示例:https ://github.com/NodeBB/nodebb-plugin-write-api?files=1
试过: curl -H "Authorization: Bearer MASTER-TOKEN-HERE" --data "username=fredy&password=SomePassword123&email=fred@fredy.com&_uid=SOME-OTHER-TOKEN" http://localhost:4567/api/v1/用户
我收到未经授权的错误。MASTER TOKEN 是使用 Write API 插件生成的。SOME-OTHER-TOKEN 也是如此(用户/令牌,当我单击“创建令牌按钮”时生成)
有什么线索吗?