Cancel Trip PATCH /api/v1/trips/{tripId}/cancel Authentication requiredExample Response{ "trip": { "id": 1, "checkIn": "2022-06-15", "checkOut": "2022-06-20", "totalPrice": 200000, "headCount": 4, "roomId": 1, "status": "CANCELED" } }