curl --request POST \
--url https://console.neuronsearchlab.com/api/pipelines \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"context_id": 123,
"stages_json": [
{}
],
"is_active": true
}
'