curl --location --globoff --request PUT 'https://api.leksigo.com/api/v2/playgrounds/{{childId}}/{{playgroundId}}' \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"title": "Judul Course Setelah Di Edit",
"description": "Ini deskripsi dari course satu [1]"
}'{
"success": true,
"message": "Playground berhasil diperbarui",
"data": {
"_id": "6a04800bb771d327b314615d",
"title": "Judul Course Setelah Di Edit",
"description": "Ini deskripsi dari course satu [1]",
"teacherId": "6a044f42ca1f1c964b06426d",
"childId": "6a02bdcf90f6f9b59ef159ef",
"deleted": false,
"modules": [],
"createdAt": "2026-05-13T13:43:39.987Z",
"updatedAt": "2026-05-13T13:55:06.741Z",
"__v": 0
}
}