curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Fee%20Category \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"category_name": "Laboratorio",
"description": "Cuota por uso de laboratorios"
}
'