curl --location --request POST '/get_friends_with_category' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"status": "ok",
"retcode": 0,
"data": [
{
"categoryId": 1,
"categoryName": "我的好友",
"categoryMbCount": 1,
"buddyList": []
}
],
"message": "",
"wording": "",
"stream": "normal-action"
}