how to implement an API1, in jersey when the user call this API, the request is forwarded to another API2, and the request is processed by API2, and the result is returned to API1
how to implement an API1, in jersey when the user call this API, the request is forwarded to another API2, and the request is processed by API2, and the result is returned to API1