I’m currently developing an item view application. The frontend app creates webhooks for the board, and these webhooks are received by my Node.js app. However, I’m facing an issue with the token when trying to use the Monday SDK on my backend. It appears that the item view app is designed to be a frontend application and doesn’t require a token. In my situation, my frontend is connected to the backend, and I want to utilize the Monday SDK in the backend.