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