# Create catalog Create a new catalog with the specified details Endpoint: POST /catalogs Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `title` (string, required) Example: "European Tours" - `description` (string) Example: "Collection of our best European tours" - `filters` (object) - `filters.country` (boolean) Example: true - `logoUrl` (string) Example: "https://example.com/catalog-logo.png" - `tripIds` (array) Example: [12345,12346] ## Response 201 fields ## Response 400 fields