curl --location --request POST 'http://127.0.0.1:3000/set_friend_add_request' \ --header 'Content-Type: application/json' \ --data-raw '{ "flag": "string", "approve": true, "remark": "string" }'
{}