통계 API통계 목록사용자의 누적 통계 값들을 얻습니다. GET/api/game-link/statSendHeadersQueryAuthorizationAuthorizationRequiredBearer <token>In: headerQuery Parametersidstring통계 ID (없으면 전체 조회)cURLJavaScriptGoPythoncurl -X GET "https://example.com/api/game-link/stat?id=minsu_clear" \ -H "Authorization: Bearer <token>"200조회 성공시.Response{ "size": 1, "stats": [ { "id": "minsu_clear", "val": 700, "regDate": 1671021004000, "chgDate": 1671021004000, "name": "민수 클리어 수", "max": 1000 } ] }TypeScript통계 입력사용자의 대상 통계 값을 증가 혹은 감소합니다.전체 사용자 통계대상 통계의 전체 사용자 값을 조회합니다.