{
"user_id": 0,
"friend_id": 0,
"temp_block": true,
"temp_both_del": true
}
curl --location --request POST '/delete_friend' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"friend_id": 0,
"temp_block": true,
"temp_both_del": true
}'
{
"status": "ok",
"retcode": 0,
"data": {
"result": 0,
"errMsg": "string"
},
"message": "string",
"wording": "string",
"echo": "string"
}