I have a API running on an AWS EC2 instance. This API I want to proxy thru Apigee, this needs to be secure.What is the best approach? I am authenticating jwt token for client, Can this jwt token (or part of it) be used for the backend authentication? Due to AWS ALB 2way-TLS is not an option to be considered.