Authorization: Bearer ********************
{
"userSns":[""],
"configNames":["person_wx_short_url"],
"page":1,
"size":10
}
curl --location --request POST '/api/user/config/list_user_config' \
--header 'Content-Type: application/json' \
--data-raw '{
"userSns":[""],
"configNames":["person_wx_short_url"],
"page":1,
"size":10
}'
{
"code": 0,
"message": "string",
"data": {
"dataList": [
null
],
"total": 0
}
}