{
"teamName": "15070826421",
"plan_id":"1",
"max_members":1
}
curl --location --request POST '/api/teams' \
--header 'Content-Type: application/json' \
--data-raw '{
"teamName": "15070826421",
"plan_id":"1",
"max_members":1
}'
{
"success": true,
"message": "团队创建成功",
"data": {
"team_id": "a308651e-9890-4594-8d9f-205e5165bde0",
"team_name": "15070826421",
"owner_id": "7307316933043425280",
"max_members": 101,
"updatedAt": "2025-03-31T01:57:48.287Z",
"createdAt": "2025-03-31T01:57:48.287Z"
}
}