Skip to main content
POST
/
resource
/
Student%20Category
Crear Categoría
curl --request POST \
  --url https://cucuniversity.edtools.co/api/resource/Student%20Category \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "category": "Becado 100%"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

category
string
required

Response

200

Respuesta exitosa del servidor.