Authorization: Bearer ********************curl --location --request GET '/api/user/friend/check?uidList=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"checkedList": [
{
"uid": 0,
"isFriend": true
}
]
},
"message": "string"
}