rest_auth
v1
post/rest-auth/registration/
Request body
Example request
{
"password2": "password2",
"password1": "password1",
"email": "email",
"username": "username"
}Response
Example response
{
"password2": "password2",
"password1": "password1",
"email": "email",
"username": "username"
}