Error:
{"errors":[{"status":"401","code":"permission_denied"}]}
I follow the document to use 'Post' method to request this url:
https://discuss.flarum.org/api/token
Body:
{
"username": "ljatjo",
"password": "xxxxxxx"
}
The password is mine, should be correct. But returns 401 error.
The same error happens in my own forum site built with Flarum. Is there any other requirements for the Post?