curl --location --globoff --request PUT '/playgrounds/{{playgroundId}}/module/{{moduleId}}' \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"type": 2,
"title": "Judul latihan assessment edited",
"point": "65",
"questions": [
{
"method": "1",
"question": "Pertanyaan Baru pertama DieEdit",
"key": "Jawaban A"
},
{
"method": "1",
"question": "Tambah pertanyaan baru di list ini",
"key": "Jawaban B"
}
]
}'{}