curl --location --request PUT 'https://api.flashcat.cloud/api/n9e/event-pipeline' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"team_ids": [
0
],
"team_names": [
"string"
],
"description": "string",
"filter_enable": true,
"label_filters": [
{
"key": "string",
"func": "string",
"value": "string"
}
],
"attribute_filters": {
"key": "string",
"func": "string",
"value": "string"
},
"processors": [
{
"typ": "string",
"config": {}
}
]
}'