{
"user_id": 对方qq号,
"remark": "给对方备注的名称!"
}curl --location --request POST 'http://localhost:3000/set_friend_remark' \
--header 'Authorization: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 对方qq号,
"remark": "给对方备注的名称!"
}'{
"status": "string",
"retcode": 0,
"data": null,
"message": "string",
"wording": "string",
"echo": "string",
"stream": "string"
}