Authorization: Bearer ********************{
"quizId": "string"
}{
"data": {
"play": {
"answeredCount": 0,
"questions": [
{
"id": "string",
"isAnswered": true,
"isRight": true
}
],
"quizId": "string",
"rightCount": 0,
"wrongCount": 0
}
},
"meta": {
"limit": 0,
"offset": 0,
"total": 0
}
}