gamenight/backend/requests/register.sh

2 lines
155 B
Bash

curl -X POST -H "Content-Type: application/json" -d '{"username": "a", "email": "b", "password": "c", "password_repeat": "d"}' localhost:8000/api/register