FrontToken: ********************{
"competitionId": "d23857de6d7849a79e1ec2a2cb0a2f7a",
"teamName": "test",
"organization": "test",
"teamProfile": "testtest"
}curl --location --request POST '/front/competition/team/create' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"competitionId": "d23857de6d7849a79e1ec2a2cb0a2f7a",
"teamName": "test",
"organization": "test",
"teamProfile": "testtest"
}'{
"code": 0,
"message": "",
"data": {
"id": "",
"createTime": "",
"updateTime": "",
"competitionId": "",
"teamName": "",
"organization": "",
"teamProfile": "",
"currentTeamMemberNum": 0,
"maxTeamMemberNum": 0,
"captainUserId": "",
"userName": ""
}
}