I'm trying to interact with the Discord API, created an application, and trying to use the following endpoint: https://discord.com/api/channels/843835119579562035/messages?limit=50 However I get an error: 401, unauthorised. I am authenticated and have a proper access token, in fact, I'm able to use this endpoint: https://discord.com/api/users/@me/guilds My user is added to the server of that channel. My endgoal is to be able to monitor a channel and be notified of new messages in that channel, without actually adding a bot to the server. Is that even possible? Thanks