Hi Guys,
I've a working that sent Http request to a REST API and is working fine,
Set Body ##class
but now I'm looking to basically add an array or data inside the body so that it looks like this:
{
"ElectronicMailAddressT": "string",
"TelephoneMinimalN": "string",
"Emp": [
{
"EmploymentPayrollNumberId": "string",
"TaxFileNumberId": "string",
"FamilyName": "string",
"GivenName": "string",
"PaymentSummary": [
{
"Tax": 0.1,
"SuperTax": 0.1,
}
]
}
]
}




Working fine in localhost. While connecting to remote server getting the above error. Tried with Web Port 1972 and 80 both. Also there is no log in audit viewer.
