curl --location --request POST 'http://127.0.0.1:3000/set_friend_remark' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_id": 0, "remark": "string" }'
{}