{ "user_id": 10001 }
curl --location 'http://127.0.0.1:3000/api/delete_friend' \ --header 'Content-Type: application/json' \ --data '{ "user_id": 10001 }'
{ "status": "ok", "retcode": 0, "data": {}, "message": "string" }