curl --location -g --request GET '{{url}}/api/v1/meetings/607f83a7-fef1-4fd5-9861-8a80aaf2875d/quizzes' \
--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,
"max_attempts": 0,
"created_at": "string",
"updated_at": "string"
}
],
"message": "string",
"meta": {
"limit": 0,
"page": 0,
"total": 0,
"total_pages": 0
},
"success": true
}