curl --request PUT \
--url https://api.streamkap.com/pipelines/bulk_update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"payload": {
"tags": [
"<string>"
]
},
"update_all": false
}
'