curl --location -g --request GET '{{url}}/api/v1/quizzes/7288410c-f3cf-4234-8fb3-e94cf4549146/attempts/active' \
--header 'Authorization: Bearer {{token}}'{
"data": {
"id": "string",
"quiz_id": "string",
"user_id": "string",
"started_at": "string",
"ended_at": null,
"created_at": "string",
"updated_at": "string"
},
"message": "string",
"success": true
}