{
"participantId": 1,
"verificationType": "SMS",
"credential": "123456"
}curl --location --request POST '/api/v1/seal/intent-verification/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantId": 1,
"verificationType": "SMS",
"credential": "123456"
}'{
"code": 0,
"msg": "string",
"data": {
"success": true,
"message": "验证成功",
"remainingAttempts": 2,
"lockMinutes": 10
}
}