curl --location --request POST '/friends' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiIxIiwidXNlcm5hbWUiOiJ0d2VsdmUiLCJlbWFpbCI6IjQ2ODkwOTc2NUBxcS5jb20iLCJncm91cGlkIjoiMSIsImlhdCI6MTc0NTA4MTYzOCwiZXhwIjoxNzQ3NjczNjM4fQ.ot07bSsVEnmB9rpJftJI2qMIXX-VZHex81kDi49Vxi0' \
--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
}