20 lines
231 B
Plaintext
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
|
||
|
}
|
||
|
}
|