curl --location --request POST 'https://api.test.superdir.cn/admin/team_auth_log/create' \
--header 'Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJiaXpfaWQiOjMsInVpZCI6ImNrNGZ0YW9ianU1M21paWR2Z2IwIiwiaWRlbnRpdHkiOjEsImNsaWVudCI6MSwiZXhwIjoxNzUyOTc0OTQ2fQ.8rYUxShygWA-9qDdE0ZwAJNZ9yyb4f6kJhJd5zj1GTw' \
--header 'bizid: 3' \
--header 'version: 1.7.7.6' \
--header 'language: zh-CN' \
--header 'business-code: 1001' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_no": 0,
"item": {
"auth_count": 0,
"member_count": 0,
"mixed_video_count": 0,
"space_size": 0,
"export_count": 0,
"expired_at": 0,
"amount": 0,
"remark": "string",
"activation_no": "string",
"chatgpt4_count": 0,
"comment_account_count": 0,
"private_account_count": 0,
"visual_count": 0,
"voice_count": 0,
"visual_clone_duration": 0
},
"files": [
"string"
]
}'