signup bast

This commit is contained in:
Jonas Weissengruber 2023-12-18 08:50:32 +01:00
parent baa24b4b86
commit ddaad2f2de
9 changed files with 60 additions and 13 deletions

View file

@ -0,0 +1,5 @@
{
"dev": {
"url": "http://localhost:8080/api/v1"
}
}

View 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"
}
###