curl --location --request POST 'http://122.160.87.36:9097/accordBackend/api/order/updatePreTripStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId" : "",
"loggedUserId" : "",
"eventType" : "" // TWO VALUES FOR EVENTS REACHED_AT_YARD and LOAD_DOC_COLLECTED
}'{
"responseCode": 0,
"responseMsg": "string"
}