Authorization: Bearer ********************
{
"github_token": "xxxxxxx"
}
curl --location --request PUT '/api/v1/plugins/RockChinQ/Nahida/config' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"github_token": "xxxxxxx"
}'
{}