Hi Raman,
Your outgoing URL is not whitelisted.
The default list of URLs that can be called by JavaScript codes (workflows, etc.) is limited. To allow a new URL, the administrator needs to reference a new urlPermission in the serverConf.xml file.
For more information on how to configure it, refer to the Server configuration section of the Security configuration checklist document.Security configuration checklist
From AC build 8853 (and AC v7 as well), the URL must be declared in the serverConf.xml file to be allowed from workflow Javascript activity and in AC external accounts.
(https://docs.campaign.adobe.com/doc/AC/en/RN.html).
And of course, also in your firewall rules if you are On-Premise hosting...
If you have AC build older than 8853, you can call the URL directly with https call inside Javascript activities boxes.
If you need to use an external URL inside a workflow, then define an AC external account (Administration/Platform/External Accounts, create a new one, choose http to type an then type your https web service URL and select SSL security and if needed the credentials and port if not 443).
Regards,
Amit