Hi,
We have created two buttons Approve/Reject that invoke a Power Automate flow. The flow is triggered by the HTTP request.


Currently, the URL being invoked is unauthenticated as shown below -

But we would like to switch the URL to "Any user in my tenant"

For this I understand that I need to use MSAL authentication. Would someone help me with the javascript change to be able to send the Microsoft Entra Id token while calling the flow.