curl --location --globoff --request PATCH 'https://api.leksigo.com/api/v2/institution/teachers/{{teacherId}}/status' \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"isActive": false
}'{
"success": true,
"message": "Berhasil menonaktifkan guru",
"data": {
"userId": "6a190463e051d3ac31017696",
"name": "Mamang Budi Hermanto",
"phone": "00918231823",
"address": "Jl. Hisaudin",
"institutionId": "6a02bd9190f6f9b59ef159ec",
"childIds": [],
"isActive": false,
"_id": "6a190463e051d3ac31017697"
}
}