{}
curl --location --request POST '/api/v1/lowcode/rule/chain/component/index' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": "200",
"msg": "string",
"data": {
"endpoints": [
{}
],
"nodes": [
{}
],
"builtins": {
"functionNames": [
"string"
],
"endpoints": {
"inProcessors": [
"string"
],
"outProcessors": [
"string"
]
},
"nodePool": {}
}
}
}