🎓 Student API Simulation
Practice REST-style GET, POST, PUT, and DELETE calls
📘 How to use this simulator
- GET: Enter a student ID and click GET to retrieve student info.
- POST: Fill in ID, name, and grade, then click POST to create.
- PUT: Enter an existing ID and update name/grade with PUT.
- DELETE: Enter an ID and click DELETE to remove.
GET Student
POST Student
PUT Student
DELETE Student
📥 API Response
No API call made yet.