Permission Denied on n8n integration Hello! I want to integrate a pipefy pipe to n8n, but i'm getting a problem. On my n8n flow I have a http request to get the pipefy data, but my ouput in this part returns this: [ { "data": { "card": null }, "errors": [ { "message": "Permission denied", "locations": [ { "line": 1, "column": 9 } ], "path": [ "card" ], "extensions": { "code": "PERMISSION_DENIED", "correlation_id": "955423756e7991db-FRA" } } ] }] Does anyone knows how to solve this?I'm just trying to get the card id while moving a card.The problem its not a permission, because I have access to the pipe and the card.And the first webhook on my n8n flow even gets the data, so I think the problem would be another thing.