Create a user note draft
Creates a draft in the requested academic year when batch_id is supplied, otherwise the active academic year.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
title
draft
JSON-encoded EditorJS document
favorite
students_id
categories_id
attachments_id
folders_id
batch_id
Selects the academic year; consumed by the controller
Response
Draft created.
status
message
data
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error

