curl --location --request GET 'https://api.test.superdir.cn/agent/team/page?page_size=10&page=1' \
--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,
"no": 0,
"name": "string",
"remark": "string",
"auth_count": 0,
"auth_max_count": 0,
"member_count": 0,
"member_max_count": 0,
"mixed_video_count": 0,
"mixed_video_max_count": 0,
"space_size": 0,
"space_max_size": 0,
"export_count": 0,
"export_max_count": 0,
"expired_at": 0,
"last_edit_at": 0,
"share_project": 0,
"creator_uid": "string",
"creator_username": "string",
"creator": "string",
"created_at": 0,
"updated_at": 0
}
],
"total": 0
}
}