Files
Server/tests/register.rest
T
2026-08-26 11:55:13 +02:00

8 lines
173 B
ReStructuredText

POST http://localhost:3000/register HTTP/1.1
Content-Type: application/json
{
"email": "johndoe@exemple.com",
"username": "johndoe",
"password": "Password123"
}