Authorization: Bearer ********************curl --location '/admin-api/system/oauth2/authorize?clientId=tudou' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"client": {
"name": "土豆",
"logo": "https://www.iocoder.cn/xx.png"
},
"scopes": [
{
"key": "string",
"value": true
}
]
},
"msg": "string"
}