8 lines
149 B
HTTP
8 lines
149 B
HTTP
# Create new student
|
|
POST http://localhost:8080/api/v1/students
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"firstName": "John",
|
|
"lastName": "Doe"
|
|
} |