curl --location --request PUT 'https://fmsapi.deltax.la/clients/trip/0017228764' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"driverLicense": "DF001100131",
"truckPlate": "83AH5N",
"truckEconomicNumber": "TRUCK001",
"trailerPlate": "TRAIL001",
"trailerEconomicNumber": "TRAILER001",
"loadingDate": "2024-01-15T08:00:00.000Z",
"deliveryDate": "2024-01-16T18:00:00.000Z",
"originArrivalDate": "2024-01-15T10:30:00.000Z",
"originEntryDate": "2024-01-15T10:35:00.000Z",
"originLeftDate": "2024-01-15T11:00:00.000Z",
"operationStatus": "underway"
}'{"message":"Trip updated successfully","data":{"tripId":"0017228764","clientTripUpdate":{"_id":"507f1f77bcf86cd799439014","status":"pending","clientId":"507f1f77bcf86cd799439011","clientCode":"CLIENT001","tripId":"0017228764","tripUpdateData":{"driverLicense":"DF001100131","truckPlate":"83AH5N","originArrivalDate":"2024-01-15T10:30:00.000Z"},"loadingOrderId":"507f1f77bcf86cd799439012","created":"2024-01-15T10:30:00.000Z"}}}