curl --location --globoff --request DELETE 'https://api.leksigo.com/api/v2/childs/{{childId}}?nama=stevan' \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"message": "Data anak berhasil dihapus."
}