curl --location --globoff --request PUT '/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
}'{}