cURL
curl --request POST \ --url https://api.reportify.cn/v1/channels/{channel_id}/follow \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "avatar_url": "<string>", "following": false }
Follow a specific channel by ID
/v1/channels/{channel_id}/follow
POST
Enter your Bearer token
Channel ID
Successful Response
channel ID
channel name
channel description
channel avatar
follow flag