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": "081efb07-8a3b-477a-8e11-f522548eec39",
"type": "reference.accepted",
"status": "action_required",
"at": "2026-04-28T21:21:27.468Z",
"next_action": "select_offer",
"pause_reason": null,
"data": {
"reference_id": "69f12483dce782f298c9d181"
}
},
"cotizacion": {
"id": "69f0e502dbbd81204dc570d8",
"status": "Análisis crediticio cache completado",
"updated_at": "2026-04-28T21:21:27.471Z"
},
"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
}
}
}'