curl --location 'https://bpi2.poyashi.me/users//rivals/following/list' \
--header 'Authorization: Bearer <token>'{
"rivals": [
{
"userId": "string",
"userName": "string",
"profileImage": "string",
"property1": "string",
"property2": "string"
}
]
}