403 JWT Could not be verified - EBS PubSub

just a shot in the dark but try

request.Headers.Authorization = new AuthenticationHeaderValue(“Bearer”, authorizationHeader);

instead of your code to add the header