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": "ce5aaaad-d9d9-4caf-98e9-b391b7bc398d",
"type": "reference.requested",
"status": "waiting",
"at": "2026-04-28T21:15:20.056Z",
"next_action": "wait_reference_validation",
"pause_reason": "references_pending",
"data": {
"reference_id": "69f1236753ce69756d13b84e",
"telefono": "********6342"
}
},
"cotizacion": {
"id": "69f0e502dbbd81204dc570d8",
"status": "Análisis crediticio cache completado",
"updated_at": "2026-04-28T21:15:20.057Z"
},
"process": {
"state": "waiting",
"next_action": "wait_reference_validation",
"pause_reason": "references_pending",
"can_continue": false,
"checkpoints": {
"referencias_validadas": false,
"oferta_seleccionada": false,
"contrato_firmado": false,
"imei_validado": false
}
}
}'