curl --location --request POST 'https://your-api-server.com' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": {
"id": "823b0bd8-213e-418d-a01a-fb4a6dcd7cb0",
"type": "offer.previewed",
"status": "action_required",
"at": "2026-04-28T22:46:17.231Z",
"next_action": "select_offer",
"pause_reason": null,
"data": {
"offers": 3
}
},
"cotizacion": {
"id": "69f0e502dbbd81204dc570d8",
"status": "Análisis crediticio cache completado",
"updated_at": "2026-04-28T22:46:17.236Z"
},
"process": {
"state": "action_required",
"next_action": "select_offer",
"pause_reason": null,
"can_continue": true,
"checkpoints": {
"referencias_validadas": true,
"oferta_seleccionada": false,
"contrato_firmado": false,
"imei_validado": false
}
}
}'