{
"nickname": "string",
"personal_note": "string"
}curl --location --request POST 'http://127.0.0.1:3000/set_qq_profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "string",
"personal_note": "string"
}'{
"status": "ok",
"retcode": 0,
"data": null,
"message": "",
"wording": ""
}