Authorization: Bearer ********************[
{
"configKey": "string",
"configValue": "string"
}
]curl --location --request PUT 'http://gin-user-center.jinxinapp.cn/api/v1/set-config' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"configKey": "string",
"configValue": "string"
}
]'{
"code": 0,
"msg": "string",
"requestId": "string",
"status": "string"
}