curl --location --globoff --request PUT 'https://api.leksigo.com/api/v2/childs/{{childId}}?nama=stevan' \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"fullName": "Ozak Sunandar",
"dateOfBirth": "2026-05-11",
"gender": 1,
"therapyType": 1
}'{
"success": false,
"message": "Validation error",
"errors": {
"fullName": "Harap masukan nama terlebih dahulu",
"dateOfBirth": "Harap masukan tanggal lahir terlebih dahulu",
"gender": "Harap masukan jenis kelamin terlebih dahulu",
"therapyType": "Harap masukan jenis terapi terlebih dahulu",
"institutionId": "Cannot read properties of undefined (reading 'therapyType')"
}
}