curl --location --request GET 'https://test-api.yunjishop.cn/message/app/follows/myFollowingPage?page='
{
"code": 0,
"msg": "string",
"trace": "string",
"data": [
{
"userId": 0,
"nickname": "string",
"avatarUrl": "string",
"followEach": true
}
]
}