We have a use case where we are integrating the chat bot (WEB) in logged in user dashboard.
On dashboard we use bearer tokens to validate the api call.
Wanted to know is there a way to pass this header before we initiate the chat bot.
For example if a user asks get me last 5 transactions(my downstream application), i want a way to validated the user and get the user context before serving his request.