{
"user_id": 0,
"remark": "string"
}
curl --location --request POST '/set_friend_remark' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"remark": "string"
}'
{
"status": "ok",
"retcode": 0,
"data": null,
"message": "string",
"wording": "string",
"echo": "string"
}