curl --location --request GET '/admin-api/system/oauth2/authorize?clientId=tudou' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"client": {
"name": "土豆",
"logo": "https://www.iocoder.cn/xx.png"
},
"scopes": [
{
"key": "string",
"value": true
}
]
},
"msg": "string"
}