post https://icc-dev.aylanetworks.com/icc/v1/jobs//properties
This API sets the properties for a job that is configured to execute a SET_PROPERTY action.
{
"properties": [
{
"key": "cmd",
"value": "Echo to log"
},
{
"key": "input",
"value": "5"
}
]
}