curl --location --request GET 'https://openapi.scdata.cc/api/v1/instagram/user/brands?username=nike&page&page_size' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"items": [
{
"brand_name": "string",
"collaboration_count": 0,
"last_collaboration_at": "string",
"engagement_rate": "string",
"total_view_count": 0,
"total_like_count": 0,
"total_comment_count": 0,
"videos": [
{
"video_id": "string",
"title": "string",
"description": "string",
"cover_url": "string",
"video_url": "string",
"publish_at": "string",
"view_count": 0,
"like_count": 0,
"comment_count": 0,
"engagement_rate": 0
}
]
}
],
"total": 0,
"page": 0,
"page_size": 0,
"total_pages": 0
}
}