curl --location --request POST '/friends' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw ''{
"code": 0,
"message": "string",
"data": {
"total": 0,
"page": 0,
"perpage": 0,
"has_more": true,
"list": [
{
"uid": 0,
"username": "string",
"gid": 0,
"group_name": "string",
"note": "string",
"dateline": "string",
"dateline_int": 0,
"num": 0,
"online": 0,
"is_mutual": 0,
"avatar": "string"
}
]
},
"timestamp": 0
}