create
Developing
POST
http://localhost:1337/api/student/admissions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:1337/api/student/admissions' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "niha",
"lastName": "dudam",
"gender": "male",
"rollNumber": 0,
"dateOfBirth": "2025-05-05",
"email": "u@example.com",
"phone": "7418529630",
"studentId": "101"
}'
Response Response Example
{}
Request
Body Params application/json