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": "UTC-6",
"etaUpdatedDate": "25/05/2025",
"reminderTime": "09:30"
}'{
"message": "Incidence created successfully",
"data": {
"tripId": "0017228764"
}
}