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

20 lines
231 B
Plaintext

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
}
}