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": "e704c961-06d4-435f-b64a-46517ee456ca",
"type": "quote.updated",
"status": "blocked",
"at": "2026-04-22T16:44:48.907Z",
"next_action": "rejected",
"pause_reason": "client_blocked",
"data": {
"reason": "worker_process_state_changed",
"previous_next_action": "wait_identity_validation",
"next_action": "rejected",
"previous_pause_reason": "identity_validation_pending",
"pause_reason": "client_blocked"
}
},
"cotizacion": {
"id": "69e8ef5ab9ba4c3ba47ba54d",
"status": "Error en la subida",
"updated_at": "2026-04-22T16:44:48.914Z"
},
"process": {
"state": "blocked",
"next_action": "rejected",
"pause_reason": "client_blocked",
"can_continue": false,
"checkpoints": {
"referencias_validadas": false,
"oferta_seleccionada": false,
"contrato_firmado": false,
"imei_validado": false
}
}
}'