I am trying to create an API call to Xero following this guide here
As far as I understand I need to pass in a base64encoded string version of my clientID and ClientSecret. This is how my power automate Http request looks like
But when I test it. I get an {"error":"invalid_request"}
I'm expecting to get a success response and get the access_token.
Thank you for your help :)