{
"input_params": {
"property1": "string",
"property2": "string"
}
}curl --location '/n-agent/api/schedule//trigger' \
--header 'authorization;' \
--header 'referer;' \
--header 'Content-Type: application/json' \
--data '{
"input_params": {
"property1": "string",
"property2": "string"
}
}'null