I'm doing a feasibility on following integration modification on APP09.
We need to get currency rates from an extremal API and update the currency rates in IFS app09 IEE via a scheduled outbound.
This is the POSTMAN tool example for the end pint request

We need to pass the API Key and Base Currency as query parameters. I found that this cannot be done using Plsqlap_Server_API.Invoke_Outbound_Request_BizAPI
in App09. In App10, we have Plsql_Rest_Sender_API
which allows us to pass query parameters.
Could you please let me know if there are any other ways to achieve this in App09, or if it is possible using Plsqlap_Server_API
?