{
"nickname": "string",
"personal_note": "string",
"sex": "0"
}
curl --location --request POST '/set_qq_profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "string",
"personal_note": "string",
"sex": "0"
}'
{
"status": "ok",
"retcode": 0,
"data": {
"result": 0,
"errMsg": "string"
},
"message": "string",
"wording": "string",
"echo": "string"
}