Authorization: Bearer ********************
curl --location --request GET 'http://localhost:3001/api/v1/user/getFriendList?page=1&limit=10'
{ "message": "string", "code": 0, "data": { "total": 0, "page": 0, "limit": 0, "list": [ null ] } }