curl --location --request GET 'https://openapi.scdata.cc/api/v1/audience/youtube/interactive_behavior' \
--header 'Authorization: '
{
"success": true,
"code": 200,
"message": "请求成功",
"data": [
{
"role": "Viewer",
"value": "60.00",
"demographic": "Primarily young adults and teenagers who enjoy entertaining content."
},
{
"role": "Content Creator",
"value": "25.00",
"demographic": "Individuals creating similar engaging videos or aspiring YouTubers."
},
{
"role": "Brand Collaborator",
"value": "15.00",
"demographic": "Companies looking to partner for promotions and sponsorships in videos."
}
]
}