Files
noahspan-go/rest-api/api-test/create-user.http
2026-07-08 06:59:16 -05:00

7 lines
121 B
HTTP

POST http://localhost:8080/signup
content-type: application/json
{
"email": "test@example.com",
"password": "test"
}