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