Create a school department
Creates a department for a batch with optional description and parent department details.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
name
batch_id
description
root_school_department_id
Response
The school department was created successfully.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error

