verteilte-systeme/REST/verteilte-systeme-rest/Create Student.bru

20 lines
231 B
Plaintext
Raw Normal View History

2024-12-19 14:14:02 +00:00
meta {
name: Create Student
type: http
seq: 5
}
post {
url: http://localhost:8080/api/v1/student
body: json
auth: none
}
body:json {
{
"id": 1,
"name": "Peter Maier",
"matriculationNumber": 123456
}
}