Example:
I'd made a request and got response from the API.
Response as below
"status": "SUCCESS"
"redirect_url": "https://www.google.com.tw/"
I need redirect_url automatically open with a new browser window without click. Does anyone know how to do it? Thanks a lot.