WebService/tests/register.rest
2026-01-27 04:16:08 +01: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"
}