curl --location -g --request PATCH '{{url}}/api/v1/quizzes/91892134-665b-4471-9e4c-5d003c67386d' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Quiz Pertemuan 2",
"description": "Materi Bab 2",
"quiz_type": "tf",
"duration_minute": 10,
"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
}