FrontToken: ********************curl --location --request GET '/front/competition/team/memberList?teamId=2026558294887030785' \
--header 'FrontToken: <api-key>'{
"code": 0,
"message": "string",
"data": [
{
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"competitionId": "string",
"userId": "string",
"joinTeamId": "string",
"joinTeamStatus": 0,
"teamCaptainState": true,
"joinTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"exitTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"approveTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"approveDesc": "string",
"userName": "string",
"teamName": "string"
}
]
}