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