Envía (submit) una cuota borrador para hacerla oficial.
docstatus:
curl --request PUT \
--url https://cucuniversity.edtools.co/api/resource/Fees/EDU-FEE-2025-00001 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"docstatus": 1
}'curl --request PUT \
--url https://cucuniversity.edtools.co/api/resource/Fees/EDU-FEE-2025-00001 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"docstatus": 1
}'