signup bast
This commit is contained in:
parent
baa24b4b86
commit
ddaad2f2de
9 changed files with 60 additions and 13 deletions
5
http-requests/http-client.env.json
Normal file
5
http-requests/http-client.env.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"dev": {
|
||||
"url": "http://localhost:8080/api/v1"
|
||||
}
|
||||
}
|
||||
12
http-requests/requests.http
Normal file
12
http-requests/requests.http
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
### signup
|
||||
POST {{url}}/user/signup
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"email": "ratp@htl-steyr.ac.at",
|
||||
"password": "test",
|
||||
"firstname": "Peter",
|
||||
"lastname": "Rathgeb"
|
||||
}
|
||||
|
||||
###
|
||||
Reference in a new issue