{
"event": "otp_expired",
"transaction_id": 12345,
"code": 402,
"status": "expired_code",
"message": "El c贸digo de validaci贸n ha expirado"
}curl --location --request POST '/api/webhooks/retail-events' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "otp_expired",
"transaction_id": 12345,
"code": 402,
"status": "expired_code",
"message": "El c贸digo de validaci贸n ha expirado"
}'{
"status": "received",
"message": "Webhook processed successfully",
"event": "otp_expired",
"transaction_id": 12345
}