Hello! im building my first monday app and im having some issues. my app has a board view and an integration with a webhook to my backend. im registering to events on the board such as column changes, and im manually sending query and mutation request from my backend to the board, using my admin api token.
when im working on my own account everything seems to work fine, but when im installing the app on a different account i dosent work.
im getting an event from the webhook with the board and item ids that i want to mutate, but my requests dont do anything.
so my question is first of all if has something to do with authentication, and if it does, how can i authenticate my requests using webhooks?