We have implemented Micro-Service Architecture for our API development and I am using API Umbrella as the gateway for all the micro-services. All the api's in the micro-service are using JWT token authentication mechanism for authentication and authorization. And I am not sure how to pass JWT tokens to back-end API's through API Umbrella Gateway. Any help here is highly appreciated.
https://api-umbrella.readthedocs.io/en/latest/admin/api-backends/http-headers.html
As per the above documentation, I am unable to find a way to pass the JWT tokens to back-end api's.