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": "9e854bb1-b003-4b08-9330-734d5ec2be80",
"type": "offer.selected",
"status": "waiting",
"at": "2026-04-28T22:48:51.544Z",
"next_action": "wait_contract_signature",
"pause_reason": "contract_signature_pending",
"data": {
"offer_id": "w13-m3-i1.1-f2938-e500"
}
},
"cotizacion": {
"id": "69f0e502dbbd81204dc570d8",
"status": "Análisis crediticio cache completado",
"updated_at": "2026-04-28T22:48:51.550Z"
},
"process": {
"state": "waiting",
"next_action": "wait_contract_signature",
"pause_reason": "contract_signature_pending",
"can_continue": false,
"checkpoints": {
"referencias_validadas": true,
"oferta_seleccionada": true,
"contrato_firmado": false,
"imei_validado": false
}
}
}'