Authorization: Bearer ********************
{
"id": "402880d38e31819a018e31ad9517000c",
"usernameList": "admin"
}
curl --location --request POST '/sysmgr/t-suser-org/addUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "402880d38e31819a018e31ad9517000c",
"usernameList": "admin"
}'
{
"code": 10000,
"data": {},
"message": "提示消息内容"
}