Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I keep getting the same error after making the post request. #43

Open
cypherhp opened this issue Feb 28, 2023 · 0 comments
Open

I keep getting the same error after making the post request. #43

cypherhp opened this issue Feb 28, 2023 · 0 comments

Comments

@cypherhp
Copy link

Great! Let’s test the new endpoint with Insomnia. In the collection of requests for this project, create a
new POST request. The URL will be as follows: localhost:8000/api/auth/register/.
As a body for the request, you can pass the following:
{
"username": "mouse21",
"first_name": "Mickey",
"last_name": "Mouse",
"password": "12345678",
"email": "[email protected]"
}
Also, you didnt mentioned anything about the type of header in Insomnia.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant