Authorization: Bearer ********************
curl --location --request GET '/api/v1/plugins///config' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"data": {
"config": { // 以下为插件特定字段
"github_token": "xxxxxxx"
}
},
"msg": "ok"
}