Hi all,This is not a bug. Since your authentication test is successful, it indicates that your authentication endpoint is returning a valid response.However, the error suggests that the subsequent request requiring the bearer token is missing it.You need to ensure that the tokenInResponse field corr...