curl --location 'https://api.leksigo.com/api/v2/institutions/applicants/all' \
--header 'Authorization: Bearer {{accessToken}}'{
"success": true,
"message": "Berhasil mendapatkan data pengajuan",
"data": [
{
"child": {
"fullName": "Duar",
"dateOfBirth": "2026-05-11T00:00:00.000Z",
"gender": 1,
"therapyType": 2,
"institutionId": "6a003e10d8653f8fb3063a25",
"applicationStatus": 1,
"deleted": true,
"deletedAt": "2026-05-12T04:16:42.961Z",
"_id": "6a02a9a18e162c7b2cef4af1"
},
"parentInfo": {
"_id": "69fffcaa6714e1704a255eb0",
"name": "Antonio Refaldo",
"phone": "091231231",
"address": null
}
}
]
}