Create Journey
POST/journeys
Creates a new journey in the system.
The journey will be initialized with the provided title, description, and conditions. A unique identifier will be automatically generated.
Request
Responses
- 201
- 422
Journey successfully created. Returns the complete journey object including generated ID.
Validation error in request parameters