Authorization: Bearer ********************
{
"userSn":"1",
"configName":"person_wx_short_url",
"configValue":"321",
"remark":""
}
curl --location --request POST '/api/user/config/set_user_config' \
--header 'Content-Type: application/json' \
--data-raw '{
"userSn":"1",
"configName":"person_wx_short_url",
"configValue":"321",
"remark":""
}'
{
"code": 0,
"message": "string",
"data": null
}