One API in jersey calls another API

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

Jul.09,2021
Menu