curl --location -g --request POST '{{url}}/api/v1/meetings/607f83a7-fef1-4fd5-9861-8a80aaf2875d/quizzes' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Quiz Pertemuan 2",
"description": "Materi Bab 2",
"quiz_type": "tf",
"duration_minute": 30,
"start_time": "2025-08-20T09:00:00Z",
"end_time": "2025-08-20T10:00:00Z",
"max_attempts": 3
}'{
"error": {
"GroupID": "GroupID harus berupa UUID v4"
},
"message": "Validasi gagal",
"success": false
}