GetFavStarIdsSchema
result object[]
A list of results for each corresponding chart in the request
Array [
idinteger
The Chart id
valueboolean
The FaveStar value
]
GetFavStarIdsSchema
{
"result": [
{
"id": 0,
"value": true
}
]
}