I do not want to use feign or rest template.
My scenario is: i need to get the JWT token from auth service then pass it to the order cancellation service. I do not want that user add the returned token rather i want to get the token in api gateway and then call other services