curl --location --request GET 'https://staging.syncode.anggita.org/api/rooms//analyze/' \
--header 'Authorization: Bearer <token>'{
"status": "completed",
"lintIssues": [
{
"line": 0,
"column": 0,
"severity": "info",
"rule": "string",
"message": "string"
}
],
"complexity": {
"cyclomatic": 0,
"cognitive": 0,
"loc": 0
},
"duplications": [
{
"startLine": 0,
"endLine": 0,
"duplicateOfLine": 0,
"similarity": 0
}
],
"qualityScore": 0
}