curl --location --request POST 'http://localhost:3000/get_friends_with_category' \
--header 'Authorization: rA(me?U0{n4NJZ8I'{
"status": "string",
"retcode": 0,
"data": [
{
"categoryId": 0,
"categorySortId": 0,
"categoryName": "string",
"categoryMbCount": 0,
"onlineCount": 0,
"buddyList": [
{
"birthday_year": 0,
"birthday_month": 0,
"birthday_day": 0,
"user_id": 0,
"age": 0,
"phone_num": "string",
"email": "string",
"category_id": 0,
"nickname": "string",
"remark": "string",
"sex": "string",
"level": 0
}
]
}
],
"message": "string",
"wording": "string",
"echo": "string",
"stream": "string"
}