Hello, I try to register user with help of API,
url: /api/users
headers:
content-type: application/json
Authorization: Token a6q4rj46qFqs8cx4yUG42LGDGPShYV2hYsacvXM6
data:
{"data":
{ "attributes":
{
"username":"test1",
"email":"markizzayac515@gmail.com",
"password":"qweqwe123"
}
}
}
This request insert user in db table, but always returns me 500 error code, why?