curl --location 'https://openapi.scdata.cc/api/v1/youtube/realtime/user/info?channel_id=UCUFgkRb0ZHc4Rpq15VRCICA&username=nike' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"channel_id": "string",
"username": "string",
"title": "string",
"profile_url": "string",
"avatar": "string",
"description": "string",
"subscriber_count": 0,
"video_count": 0,
"country": "string"
}
}