aswi2022code-of-duty-gitlab/frontend/requests/login.http @ ae770857
1 |
POST /login |
---|---|
2 |
Host: /api |
3 |
Content-Type: application/json |
4 |
|
5 |
{ |
6 |
"username": "ultrabanger", |
7 |
"email": "ultra@banger.com", |
8 |
"password": "thereisnone" |
9 |
} |