{
"channelName": "string",
"allowSms": false,
"allowEmail": false
}curl --location --request GET '/front/login/oauth2/generate/client' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelName": "string",
"allowSms": false,
"allowEmail": false
}'{
"code": 0,
"msg": "string",
"data": {
"channelName": "string",
"clientId": "string",
"clientSecret": "string",
"allowRedirectUri": "string",
"contractScope": "string",
"allowGrantType": "string",
"allowSms": true,
"allowEmail": true,
"status": 0
}
}