Authorization: Bearer ********************{
"user_id": 0,
"remark": "string"
}curl --location --request POST 'https://shbot-api.wzstack.com/set_friend_remark' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"remark": "string"
}'{}