Authorization: Bearer ********************
{
"uin": 1010553892,
"new_group": "member"
}
curl --location --request PUT '/v1/account/change-group' \
--header 'Content-Type: application/json' \
--data-raw '{
"uin": 1010553892,
"new_group": "member"
}'
{
"code": 0,
"msg": "ok",
"data": {}
}