{
"headers": {
"property1": "string",
"property2": "string"
},
"method": "string",
"params": {},
"url": "string"
}curl --location '/sys-unity/api/http' \
--header 'Content-Type: application/json' \
--data '{
"headers": {
"property1": "string",
"property2": "string"
},
"method": "string",
"params": {},
"url": "string"
}'{}