curl --location --globoff --request PATCH '/institutions/{{institutionId}}/teachers/{{teacherId}}/status' \ --header 'Authorization: Bearer {{accessToken}}' \ --header 'Content-Type: application/json' \ --data '{ "isActive": false }'
{}