curl --location 'https://fmsapi.deltax.la/clients/trip/0017228764/revert' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"revertPoint": "originArrival"
}'{"message":"Trip reverted successfully","data":{"tripId":"0017228764","revertPoint":"originArrival","clientTripUpdate":{"_id":"507f1f77bcf86cd799439014","status":"done","type":"revert","clientId":"507f1f77bcf86cd799439011","clientCode":"CLIENT001","tripId":"0017228764","tripRevertData":{"revertPoint":"originArrival"},"loadingOrderId":"507f1f77bcf86cd799439012","created":"2024-01-15T10:30:00.000Z"}}}