Hello!
I have forum and external project with webhook, when my webhook have a request, I need create a topic on forum and for this I need to authorization in account (example: robot) on forum via API token.
But when I open the url myforum.com/api/token I have error:
{"errors":[{"status":"405","code":"method_not_allowed"}]}
Please help, how to create API token? In the past I used NodeBB and Discourse, this cms allow create token in ACP, on Flarum I don't understand how it's work 🙁