POST
/api/v1/student-enrollment
curl \
--request POST 'http://localhost:3500/api/v1/student-enrollment' \
--header "Content-Type: application/json"
Request examples
{}
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}