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": "b6a13b7d-04d7-47d9-a108-4ab653830035",
"type": "imei.validated",
"status": "action_required",
"at": "2026-04-29T03:55:37.556Z",
"next_action": "continue",
"pause_reason": null,
"data": {
"status": null,
"provider": "xcel",
"model": "SM-A075M",
"expected_model": "SM-A075M"
}
},
"cotizacion": {
"id": "69f0e502dbbd81204dc570d8",
"status": "Análisis crediticio cache completado",
"updated_at": "2026-04-29T03:55:37.557Z"
},
"process": {
"state": "action_required",
"next_action": "continue",
"pause_reason": null,
"can_continue": true,
"checkpoints": {
"referencias_validadas": true,
"oferta_seleccionada": true,
"contrato_firmado": true,
"imei_validado": true
}
}
}'