{
"participantId": 1,
"verificationType": "SMS"
}curl --location --request POST '/api/v1/seal/intent-verification/send-code' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantId": 1,
"verificationType": "SMS"
}'{
"code": 0,
"msg": "string",
"data": {
"success": true,
"message": "验证码已发送",
"cooldownSeconds": 60
}
}