curl --location --request POST '/delete_friend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw ''{
"code": 0,
"message": "string",
"data": {
"status": 0
},
"timestamp": 0
}