curl --location --request GET 'https://api.test.superdir.cn/admin/team_activation_code/page?page_size=10&page=1&code&activation_no&activation_name&status&sort_field=&sort_dir=&day_count_start&day_count_end&mixed_video_count_start&mixed_video_count_end&team_no=&apply_team_no=' \
--header 'Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJiaXpfaWQiOjMsInVpZCI6ImNrNGZ0YW9ianU1M21paWR2Z2IwIiwiaWRlbnRpdHkiOjEsImNsaWVudCI6MSwiZXhwIjoxNzUyOTc0OTQ2fQ.8rYUxShygWA-9qDdE0ZwAJNZ9yyb4f6kJhJd5zj1GTw' \
--header 'bizid: 3' \
--header 'version: 1.7.7.6' \
--header 'language: zh-CN' \
--header 'business-code: 1001'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": 0,
"code": "string",
"day_count": 0,
"auth_count": 0,
"member_count": 0,
"mixed_video_count": 0,
"space_size": 0,
"export_count": 0,
"del_subtitles_count": 0,
"activation_no": "string",
"activation_name": "string",
"status": 0,
"team_no": 0,
"team_name": "string",
"remark": "string",
"follower": "string",
"follow_at": 0,
"activated_at": 0,
"expired_at": 0,
"created_at": 0,
"apply_team_no": 0,
"visual_clone_count": 0,
"voice_clone_count": 0,
"visual_clone_duration": 0,
"chatgpt4_count": 0,
"ai_video": 0
}
],
"total": 0
}
}