curl --location 'https://bpi2.poyashi.me/users//follow-lists/following' \
--header 'Authorization: Bearer <token>'{
"following": [
{
"userId": "string",
"userName": "string",
"profileImage": "string",
"listIds": [
0
]
}
]
}