# Create trip Create a new trip with the specified details Endpoint: POST /trips Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `title` (string, required) Example: "Paris Summer Vacation" - `duration` (integer) Example: 7 - `dateStart` (string) Example: "2025-07-15T00:00:00.000Z" - `dateFinish` (string) Example: "2025-07-22T00:00:00.000Z" - `countries` (array) Example: ["FRA"] ## Response 400 fields