팀 목록 조회
Name
Value
{
"success": true,
"data": {
"teamList": [
{
"id": "<teamId>",
"name": "팀 이름",
"description": "팀 설명",
"teammateList": [
{
"id": "<userId>",
"name": "유저 이름1"
},
{
"id": "<userId>",
"name": "유저 이름2"
},
]
}
]
}
}Last updated
Was this helpful?