curl --request POST \
--url https://app.indexing.co/dw/pipelines \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"name": "<string>",
"transformation": "<string>",
"filter": "<string>",
"filterKeys": [
"<string>"
],
"networks": [
"<string>"
],
"delivery": {
"adapter": "<string>",
"connection": "<string>",
"connectionUri": "<string>",
"table": "<string>",
"uniqueKeys": [
"<string>"
]
},
"enabled": true
}
'