7 lines
194 B
Bash
7 lines
194 B
Bash
curl -X POST http://127.0.0.1:8080/auth/signup -H "Content-Type: application/json" -d '{
|
|
"name": "JohnDoe11",
|
|
"password": "s11ecurePassword123",
|
|
"email": "john11111@example.com"
|
|
}'
|
|
|