{}
curl --location --request POST '/get_unidirectional_friend_list' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"status": "ok",
"retcode": 0,
"data": [
{
"uin": 0,
"uid": "string",
"nick_name": "string",
"age": 0,
"source": "string"
}
],
"message": "string",
"wording": "string",
"echo": "string"
}