통계 API전체 사용자 통계대상 통계의 전체 사용자 값을 조회합니다. GET/api/game-link/stat-boardSendHeadersQueryAuthorizationAuthorizationRequiredBearer <token>In: headerQuery ParametersidRequiredstring통계 IDcURLJavaScriptGoPythoncurl -X GET "https://example.com/api/game-link/stat-board?id=minsu_clear" \ -H "Authorization: Bearer <token>"200403404조회 성공시.Response{ "size": 1, "board": [ { "user": { "img": "https://phinf.pstatic.net/contact/20230203_106/.../image.png", "id": 1, "name": "팬치" }, "val": 610 } ], "stat": { "name": "민수 클리어 수", "max": 1000 }, "me": 1 }TypeScript통계 목록사용자의 누적 통계 값들을 얻습니다.통계 목록사용자의 누적 통계 값들을 얻습니다.