FrontToken: ********************{
"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"
}curl --location --request POST '/competition/team/add' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}'{
"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
}