curl --location 'https://bpi2.poyashi.me/users//follows?type=&page=&limit=' \
--header 'Authorization: Bearer <token>'{
"users": [
{
"userId": "string",
"userName": "string",
"profileImage": "string",
"profileText": "string",
"iidxId": "string",
"isPublic": 0,
"followedAt": "2019-08-24T14:15:22.123Z",
"totalBpi": 0,
"arenaClass": "string",
"isSelf": true,
"isViewerFollowing": true
}
],
"totalCount": 0
}