gamenight/backend/requests/register.sh

2 lines
199 B
Bash
Executable File

curl -X POST -H "Content-Type: application/json" -d '{"username": "roflin", "email": "user@example.com", "password": "oreokoekje123", "password_repeat": "oreokoekje123"}' localhost:8000/api/register