{
"clientId": "string",
"phone": "string",
"verifyCode": "string",
"verifyCodeKey": "string"
}curl --location --request POST '/front/login/oauth2/token' \
--header 'grantType;' \
--header 'clientSecret;' \
--header 'scope;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"phone": "string",
"verifyCode": "string",
"verifyCodeKey": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"tokenType": "string",
"accessToken": "string",
"refreshToken": "string",
"expiresIn": 0,
"refreshExpiresIn": 0,
"apiKey": "string",
"scope": "string"
}
}