Authorization: Bearer ********************
{
"scopes": "string",
"clientId": "string"
}
curl --location --request POST 'http://127.0.0.1:9000/oauth/client/edit/scopes' \
--header 'Content-Type: application/json' \
--data-raw '{
"scopes": "string",
"clientId": "string"
}'
{
"code": 200,
"message": "修改成功",
"ts": 1706384730189,
"traceId": "14117026540519488",
"data": null,
"success": true
}