generated from azures04/Base-REST-API
8 lines
173 B
ReStructuredText
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"
|
|
} |