I am calling the two web API calls one after the other using the MSAL authentication token. While running the application, the first call is successful but the token value is lost on the second API call. The code that I am using is as shown below:
The main purpose of the code is to call the two simultaneous API calls using the MSAL token authentication.