You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
316 B
18 lines
316 B
###
|
|
POST /api/auth/login/ HTTP/1.1
|
|
Host: localhost:7878
|
|
User-Agent: curl/7.68.0
|
|
Accept: */*
|
|
|
|
###
|
|
POST /api/auth/register HTTP/1.1
|
|
Host: localhost:7878
|
|
User-Agent: curl/7.68.0
|
|
Accept: */*
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"username": "astria",
|
|
"email": "astria@example.com",
|
|
"password": "securepassword"
|
|
}
|