{
"clientId": "string",
"clientSecret": "string",
"phone": "string"
}curl --location --request GET '/front/login/oauth2/login/verify/code' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"clientSecret": "string",
"phone": "string"
}'{
"code": 0,
"msg": "string",
"data": "string"
}