7 lines
121 B
HTTP
7 lines
121 B
HTTP
POST http://localhost:8080/signup
|
|
content-type: application/json
|
|
|
|
{
|
|
"email": "test@example.com",
|
|
"password": "test"
|
|
} |