Has anyone successfully created a cloud based n8n workflow that calls authenticated coinbase API? For example https://api.coinbase.com/api/v3/brokerage/accounts/
I was able to get it working in postman, but having a hard time in n8n. I keep getting 401 errors. The JWT node does not appear to have an option for nonce which it seems coinbase requires. Looking for any help possible?