{
"code": "string"
}curl --location --request POST '/api/v1/security-code/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string"
}'{
"code": 0,
"message": "string",
"data": {
"SecurityCodeTimeout": 0
}
}