12 lines
No EOL
181 B
HTTP
12 lines
No EOL
181 B
HTTP
### signup
|
|
POST {{url}}/user/signup
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"email": "ratp@htl-steyr.ac.at",
|
|
"password": "test",
|
|
"firstname": "Peter",
|
|
"lastname": "Rathgeb"
|
|
}
|
|
|
|
### |