Authorization: Bearer ********************
{
"uin": 1010553892 // 注册账号的QQ
}
curl --location --request POST '/v1/account/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"uin": 1010553892 // 注册账号的QQ
}'
{
"code": 0,
"msg": "ok",
"data": {
"passwd": "xxxxxx"
}
}