FrontToken: ********************curl --location --request GET '/front/login/oauth2/generate/client?channelName=&allowSms=false&allowEmail=false' \
--header 'FrontToken: <api-key>'{
"code": 0,
"msg": "string",
"data": {
"channelName": "string",
"clientId": "string",
"clientSecret": "string",
"allowRedirectUri": "string",
"contractScope": "string",
"allowGrantType": "string",
"allowSms": true,
"allowEmail": true,
"status": 0
},
"error": true,
"success": true
}