Authorization: Bearer ********************{
"nickname": "string",
"personal_note": "string"
}curl --location --request POST 'https://shbot-api.wzstack.com/set_qq_profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "string",
"personal_note": "string"
}'{
"status": "ok",
"retcode": 0,
"data": null,
"message": "",
"wording": ""
}