curl --location -g --request GET '{{url}}/api/v1/quizzes/ee8cb75e-73b6-45a6-bb5c-503063a645a0' \
--header 'Authorization: Bearer {{token}}'{
"data": {
"id": "string",
"meeting_id": "string",
"title": "string",
"description": "string",
"type": "string",
"is_open": true,
"start_time": "string",
"end_time": "string",
"duration_minute": 0,
"created_at": "string",
"updated_at": "string"
},
"message": "string",
"success": true
}