curl --location --request POST 'https://fmsapi.deltax.la/clients/trip/0017228764/incidence' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"stage": "load",
"incident": "others",
"offender": "others",
"observation": "noFee",
"comment": "DEMORA EN DOCUMENTOS",
"timezone": "-06:00",
"etaUpdatedDate": "15/01/2025",
"reminderTime": "10:30"
}'{"message":"Incidence created successfully","data":{"tripId":"0017228764","clientIncidence":{"_id":"507f1f77bcf86cd799439015","status":"pending","clientId":"507f1f77bcf86cd799439011","clientCode":"CLIENT001","tripId":"0017228764","incidenceData":{"stage":"load","incident":"others","offender":"others","observation":"noFee","comment":"DEMORA EN DOCUMENTOS"},"created":"2024-01-15T10:30:00.000Z"}}}