FrontToken: ********************curl --location --request GET '/competition/team/get/' \
--header 'FrontToken: <api-key>'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"competitionId": "string",
"teamName": "string",
"organization": "string",
"teamProfile": "string",
"currentTeamMemberNum": 0,
"maxTeamMemberNum": 0,
"captainUserId": "string",
"userName": "string"
},
"error": true,
"success": true
}