curl --request GET \
--url http://localhost:8787/v1/streamer/{name}/follower-graph \
--header 'Authorization: Bearer <token>'[
{
"followers": 123,
"created_at": "2023-11-07T05:31:56Z"
}
]curl --request GET \
--url http://localhost:8787/v1/streamer/{name}/follower-graph \
--header 'Authorization: Bearer <token>'[
{
"followers": 123,
"created_at": "2023-11-07T05:31:56Z"
}
]