Trigger a named webhook component on a process app
curl --request POST \
--url https://api.kazzle.app/api/webhooks/{spaceId}/{appId}/{componentName} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"runId": "<string>",
"component": "<string>",
"message": "<string>"
}curl --request POST \
--url https://api.kazzle.app/api/webhooks/{spaceId}/{appId}/{componentName} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"runId": "<string>",
"component": "<string>",
"message": "<string>"
}